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)
commitc743491c5a2bbecebb46c16f35209d399bbbd67a
tree2f8d2bf90f9df9e997147862f32b69fb2d06902e
parentf1c80562f10b3c840a632d2431b123033728008d
Allow `txn-mempool-conflict` errors when broadcasting transactions

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.
src/bitcoind_client.rs