fix spelling module name

This commit is contained in:
neocogent 2017-07-23 06:41:26 +07:00
parent 732679aa3d
commit b7c0e38ac4
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
from legder import LedgerPlugin
from ledger import LedgerPlugin
from electrum.util import print_msg
class BTChipCmdLineHandler: