1
0
This commit is contained in:
ThomasV
2021-03-10 15:26:39 +01:00
parent 0e01db4cee
commit 6620974f3d

View File

@@ -1089,7 +1089,7 @@ class Commands:
@command('w')
async def import_channel_backup(self, encrypted, wallet: Abstract_Wallet = None):
return wallet.lnbackups.import_channel_backup(encrypted)
return wallet.lnworker.import_channel_backup(encrypted)
@command('wn')
async def get_channel_ctx(self, channel_point, iknowwhatimdoing=False, wallet: Abstract_Wallet = None):