Please describe the feature you’d like to see added.
Wallet transactions retrieved with RPC should indicate RBF replaceability, also after they are confirmed.
Is your feature related to a problem, if so please describe it.
Currently, RBF replaceability is set to a hard ’no’ if the transaction has any confirmations:
This makes it hard to figure out if this transaction has the RBF flag set. To determine this currently, the user would need to parse the raw transaction data and iterate over the transaction inputs, and inspect their sequence number. This is not something I think it’s reasonable to expect people to do.
Describe the solution you’d like
I’d like the bip125-replaceable
field to indicate the RBF flag of the transaction, also after it has received confirmations.
Describe any alternatives you’ve considered
No response
Please leave any additional context
No response