1
0
Files
electrum/electrum
SomberNight 9c5277c9a1 wallet: rm get_onchain_request_status; just use is_onchain_invoice_paid
There is some duplication between `wallet.get_onchain_request_status` and `wallet.is_onchain_invoice_paid`
(both in terms of code, and conceptually). `get_onchain_request_status` is used for incoming invoices (receive requests),
and `is_onchain_invoice_paid` is used for outgoing invoices. I think `get_onchain_request_status` existed first,
but as it uses txi/txo, it only works for ismine addresses, so `is_onchain_invoice_paid` was added later
(along with a `get_prevouts_by_scripthash` and corresponding new persisted data structure) to handle the non-ismine
addresses corresponding to outgoing invoices.

I think we could just merge the two functions together... (?)
and this PR does that.
2022-07-09 03:32:33 +02:00
..
2022-07-08 16:27:18 +02:00
2022-07-07 18:28:00 +02:00
2022-07-07 18:29:01 +02:00
2021-04-30 19:43:53 +02:00
2020-06-23 19:25:07 +02:00
2022-06-29 16:18:23 +02:00
2022-04-11 17:40:22 +02:00
2021-03-21 00:36:23 -04:00
2021-04-08 19:49:43 +02:00
2022-04-11 17:40:22 +02:00
2022-04-20 12:48:22 +02:00
2021-07-15 14:52:25 +00:00
2022-07-07 18:28:00 +02:00
2021-07-16 11:27:36 +02:00
2021-03-21 00:36:23 -04:00
2021-03-21 00:36:23 -04:00
2022-04-11 17:40:22 +02:00
2022-05-24 02:39:11 +00:00
2021-05-06 19:47:22 +09:00
2021-06-22 19:24:16 +02:00
2022-06-29 16:18:23 +02:00
2022-05-26 19:10:29 +02:00