Merge pull request #2625 from neocogent/ledgercmdline

fix spelling module name
This commit is contained in:
ThomasV 2017-07-24 17:47:31 +02:00 committed by GitHub
commit 23108ba5c2
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: