Closed dykstranet closed 7 years ago
There are already some free APIs online that mark whether transactions have opt-in-rbf enabled. See this one for instance: https://www.blockcypher.com/dev/bitcoin/#tx
The RSBP code could call out to that and decide whether to display a message?
opt_in_rbf bool Optional Returns true if this transaction has opted in to Replace-By-Fee (RBF), either true or not present. You can read more about Opt-In RBF here.
For this kind of API call, would be good to have a second source of information; a second, distinct, independent API provider of the very same information.
This issues was resolved by @infertux
With release 12.X of the bitcoin core client, Replace by Fee (RBF) has been implemented.
This presents a potential problem for Merchants because a customer could pay by bitcoin, take delivery of goods, and cancel/revert funds back to themselves.
RSBP needs to detect the presence of a RBF and low fee transactions and warn the merchant that it is necessary to wait for 1 confirmation before releasing goods.
RBF Links: https://bitcointalk.org/index.php?topic=199947.0