tfix typo - electrum - Electrum Bitcoin wallet
HTML git clone https://git.parazyd.org/electrum
DIR Log
DIR Files
DIR Refs
DIR Submodules
---
DIR commit 2599be8fdfa71840f12a79e284a089775765f073
DIR parent 1067f10e5e80752baff7167925f43cb2e99651a3
HTML Author: ThomasV <thomasv@electrum.org>
Date: Mon, 7 Mar 2016 06:16:00 +0100
fix typo
Diffstat:
M plugins/trustedcoin/trustedcoin.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
DIR diff --git a/plugins/trustedcoin/trustedcoin.py b/plugins/trustedcoin/trustedcoin.py
t@@ -387,7 +387,7 @@ class TrustedCoinPlugin(BasePlugin):
words = seed.split()
n = len(words)/2
wallet.add_xprv_from_seed(' '.join(words[0:n]), 'x1/', password)
- wallet.add_xpv_from_seed(' '.join(words[n:]), 'x2/', password)
+ wallet.add_xprv_from_seed(' '.join(words[n:]), 'x2/', password)
restore_third_key(wallet)
wallet.create_main_account()