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)
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.


No differences found