lightningdevkit / ldk-sample

Sample node implementation using LDK
Apache License 2.0
166 stars 94 forks source link

Allow "rejecting replacement" tx broadcast error #30

Closed TheBlueMatt closed 3 years ago

TheBlueMatt commented 3 years ago

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.