1
0

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

View File

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