tfollow-up 652d10aa5f810d6db00ce4870ea7c779f9ff35a4 - electrum - Electrum Bitcoin wallet HTML git clone https://git.parazyd.org/electrum DIR Log DIR Files DIR Refs DIR Submodules --- DIR commit 6620974f3deea4e3d3f42a63eccd30192e41b89c DIR parent 0e01db4cee6c2438ae17ccc450e901101c6aa2bf HTML Author: ThomasV <thomasv@electrum.org> Date: Wed, 10 Mar 2021 15:26:39 +0100 follow-up 652d10aa5f810d6db00ce4870ea7c779f9ff35a4 Diffstat: M electrum/commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- DIR diff --git a/electrum/commands.py b/electrum/commands.py t@@ -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):