Partially fixes #32661.
This follows up a point raised in a review of a previous PR here: #34917 (review).
With nodes running fullrbf, wallet doesn't need to opt into RBF. This patch switches the default of wallet rbf to false. Users still have the option to optin RBF via the individual transaction (and PSBT) creation RPCs - for now.