fix #6101
This commit is contained in:
@@ -1077,7 +1077,7 @@ class Commands:
|
|||||||
|
|
||||||
@command('w')
|
@command('w')
|
||||||
async def import_channel_backup(self, encrypted, wallet: Abstract_Wallet = None):
|
async def import_channel_backup(self, encrypted, wallet: Abstract_Wallet = None):
|
||||||
return wallet.lnworker.import_channel_backup(encrypted)
|
return wallet.lnbackups.import_channel_backup(encrypted)
|
||||||
|
|
||||||
@command('wn')
|
@command('wn')
|
||||||
async def get_channel_ctx(self, channel_point, iknowwhatimdoing=False, wallet: Abstract_Wallet = None):
|
async def get_channel_ctx(self, channel_point, iknowwhatimdoing=False, wallet: Abstract_Wallet = None):
|
||||||
|
|||||||
Reference in New Issue
Block a user