tfix test - electrum - Electrum Bitcoin wallet HTML git clone https://git.parazyd.org/electrum DIR Log DIR Files DIR Refs DIR Submodules --- DIR commit 26ced1b34375ae2ae73ed7e55c2c80b47b6f4930 DIR parent d789f1189838749b3cc1099bb50539258de7db05 HTML Author: ThomasV <thomasv@electrum.org> Date: Sat, 26 Jan 2019 18:47:55 +0100 fix test Diffstat: M electrum/lnworker.py | 1 - 1 file changed, 0 insertions(+), 1 deletion(-) --- DIR diff --git a/electrum/lnworker.py b/electrum/lnworker.py t@@ -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):