electrum

Electrum Bitcoin wallet
git clone https://git.parazyd.org/electrum
Log | Files | Refs | Submodules

commit 26ced1b34375ae2ae73ed7e55c2c80b47b6f4930
parent d789f1189838749b3cc1099bb50539258de7db05
Author: ThomasV <thomasv@electrum.org>
Date:   Sat, 26 Jan 2019 18:47:55 +0100

fix test

Diffstat:
Melectrum/lnworker.py | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/electrum/lnworker.py b/electrum/lnworker.py @@ -216,7 +216,6 @@ class LNWorker(PrintError): seed = os.urandom(32) xprv, xpub = bip32_root(seed, xtype='standard') self.wallet.storage.put('lightning_privkey2', xprv) - self.wallet.storage.write() return keystore.from_xprv(xprv) def get_and_inc_counter_for_channel_keys(self):