Question about mempoolfullrbf and the new advanced settings

I just upgraded Bitcoind to 24.0.1 and I saw in the new Advanced Settings one setting called “Replace-By-Fee (RBF) For All Transactions”. I assume that this setting twiddles the ‘mempoolfullrbf’ in the conf file, but I just wanted to make sure that is, in fact, the case.

That’s correct. It allows you to keep txs that can do RBF by default without signalling in your mempool.

Excellent–thank you!