Allow "rejecting replacement" tx broadcast error
authorMatt Corallo <649246+TheBlueMatt@users.noreply.github.com>
Tue, 17 Aug 2021 01:33:01 +0000 (01:33 +0000)
committerGitHub <noreply@github.com>
Tue, 17 Aug 2021 01:33:01 +0000 (01:33 +0000)
commitd8c78d5c2cd8111359e0a3d2549c9eb585a20735
treedfec71ca32d69c0fce47944a5ac981806be133cd
parent46c606e969b96dba83d65d607157feff272f8ee7
Allow "rejecting replacement" tx broadcast error

We occasionally will attempt to broadcast transactions which conflicting
with mempool transactions which are marked RBF. If we don't have a
higher fee, we'll get a "rejecting replacement" error, which should not
cause a panic.
src/bitcoind_client.rs