Post
Topic
Board Development & Technical Discussion
Re: RBF transactions to be enabled at the next core update
by
unamis76
on 19/01/2016, 00:24:47 UTC
So this means that when a transaction is broadcasted it has a flag saying that RBF can be enabled, or that it can't?

If all of the inputs of a transaction have nSequence = UINT_MAX or UINT_MAX-1, then they have RBF disabled. Sending transactions with nSequence = UINT_MAX is the default for ~all wallets.

Thank you, I was not aware of that.