Allow `txn-mempool-conflict` errors when broadcasting transactions
authorMatt Corallo <git@bluematt.me>
Sun, 27 Mar 2022 18:19:40 +0000 (18:19 +0000)
committerMatt Corallo <git@bluematt.me>
Sun, 27 Mar 2022 18:19:40 +0000 (18:19 +0000)
This can be seen, among other times, when a channel is
cooperatively- (or counterparty-)closed and we restart, causing us
to attempt to broadcast our local commitment tx, which conflicts
with the original closing transaction.


No differences found