mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-27 07:23:25 +00:00
commands: use channeldb.to_dict for dumpgraph
This commit is contained in:
parent
1eae324ddb
commit
c422d7c671
1 changed files with 1 additions and 1 deletions
|
@ -1043,7 +1043,7 @@ class Commands:
|
|||
|
||||
@command('wn')
|
||||
async def dumpgraph(self, wallet: Abstract_Wallet = None):
|
||||
return list(map(bh2u, wallet.lnworker.channel_db.nodes.keys()))
|
||||
return wallet.lnworker.channel_db.to_dict()
|
||||
|
||||
@command('n')
|
||||
async def inject_fees(self, fees):
|
||||
|
|
Loading…
Add table
Reference in a new issue