mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-28 07:51:27 +00:00
fix test
This commit is contained in:
parent
d789f11898
commit
26ced1b343
1 changed files with 0 additions and 1 deletions
|
@ -216,7 +216,6 @@ class LNWorker(PrintError):
|
||||||
seed = os.urandom(32)
|
seed = os.urandom(32)
|
||||||
xprv, xpub = bip32_root(seed, xtype='standard')
|
xprv, xpub = bip32_root(seed, xtype='standard')
|
||||||
self.wallet.storage.put('lightning_privkey2', xprv)
|
self.wallet.storage.put('lightning_privkey2', xprv)
|
||||||
self.wallet.storage.write()
|
|
||||||
return keystore.from_xprv(xprv)
|
return keystore.from_xprv(xprv)
|
||||||
|
|
||||||
def get_and_inc_counter_for_channel_keys(self):
|
def get_and_inc_counter_for_channel_keys(self):
|
||||||
|
|
Loading…
Add table
Reference in a new issue