ThomasV
c478f3bb91
channel backups: fix exception in raised after channel is force closed
Traceback (most recent call last):
File "/opt/electrum/electrum/util.py", line 1056, in wrapper
return await func(*args, **kwargs)
File "/opt/electrum/electrum/lnwatcher.py", line 183, in on_network_update
await callback()
File "/opt/electrum/electrum/lnwatcher.py", line 200, in check_onchain_situation
keep_watching = await self.do_breach_remedy(funding_outpoint, closing_tx, spenders)
File "/opt/electrum/electrum/lnwatcher.py", line 377, in do_breach_remedy
sweep_info_dict = chan.sweep_ctx(closing_tx)
File "/opt/electrum/electrum/lnchannel.py", line 227, in sweep_ctx
our_sweep_info = self.create_sweeptxs_for_our_ctx(ctx)
File "/opt/electrum/electrum/lnchannel.py", line 216, in create_sweeptxs_for_our_ctx
return create_sweeptxs_for_our_ctx(chan=self, ctx=ctx, sweep_address=self.sweep_address)
File "/opt/electrum/electrum/lnchannel.py", line 321, in sweep_address
assert self.lnworker.wallet.is_mine(addr)
AssertionError
2020-12-27 18:11:42 +01:00
..
2020-12-27 12:01:43 +01:00
2020-04-01 21:39:48 +02:00
2020-12-20 15:25:35 +01:00
2020-09-01 18:15:37 +02:00
2020-12-20 15:29:41 +01:00
2020-06-23 19:25:07 +02:00
2020-10-18 22:21:06 +02:00
2020-06-14 03:41:45 +02:00
2020-12-08 10:00:34 +01:00
2020-08-20 18:58:52 +02:00
2020-08-20 17:50:39 +02:00
2020-10-24 07:49:06 +02:00
2020-08-25 20:29:08 +02:00
2020-11-25 08:53:19 +01:00
2020-12-08 17:08:03 +01:00
2020-12-08 17:08:03 +01:00
2020-10-24 08:03:13 +02:00
2020-12-08 12:21:56 +01:00
2020-08-20 17:50:39 +02:00
2020-06-05 13:17:01 +02:00
2020-10-15 16:25:06 +02:00
2020-12-06 23:35:39 -03:00
2020-11-25 11:47:30 +01:00
2020-12-22 10:48:10 +01:00
2020-12-09 09:04:04 +01:00
2020-12-06 23:35:39 -03:00
2020-04-11 16:33:45 +02:00
2020-12-16 11:02:09 +01:00
2020-12-18 10:49:45 +01:00
2020-09-04 16:11:01 +02:00
2020-12-10 17:39:12 +01:00
2020-11-26 12:07:03 +01:00
2020-12-27 18:11:42 +01:00
2020-09-05 17:49:02 +02:00
2020-04-01 21:49:23 +02:00
2020-06-22 03:40:04 +02:00
2020-12-21 13:33:34 +01:00
2020-11-26 20:01:05 +01:00
2020-11-24 23:44:09 +01:00
2020-10-24 05:18:16 +02:00
2020-09-24 01:52:35 +02:00
2020-11-20 08:51:01 +01:00
2020-09-18 20:54:09 +02:00
2020-12-21 13:33:34 +01:00
2020-11-16 14:50:22 +01:00
2020-12-10 14:36:31 +01:00
2020-12-13 18:08:36 +01:00
2020-06-04 20:27:26 +02:00
2020-06-22 22:48:13 +02:00
2020-12-20 15:25:31 +01:00
2020-09-15 15:35:57 +00:00
2020-06-20 03:24:34 +02:00
2020-10-23 02:17:31 +00:00
2020-11-04 01:49:57 +01:00
2020-10-06 19:24:10 +02:00
2020-10-07 20:39:00 +02:00
2020-12-17 07:25:54 +01:00
2020-12-16 11:03:35 +01:00
2020-12-20 15:29:41 +01:00
2020-12-09 16:09:12 +01:00
2020-12-18 19:40:39 +01:00
2020-12-18 14:30:47 +01:00
2020-12-20 15:29:41 +01:00