- "psbt" field is only returned in psbtbumpfee and not bumpfee
- bumpfee raises if privkeys are disabled, so drop "Only returned when wallet private keys are enabled."
- add missing space in RPC example
{RPCResult::Type::STR,"psbt","The base64-encoded unsigned PSBT of the new transaction."},
std::vector<RPCResult>{{RPCResult::Type::STR,"psbt","The base64-encoded unsigned PSBT of the new transaction."}}:
},
std::vector<RPCResult>{{RPCResult::Type::STR_HEX,"txid","The id of the new transaction."}},
want_psbt?std::vector<RPCResult>{}:std::vector<RPCResult>{{RPCResult::Type::STR_HEX,"txid","The id of the new transaction. Only returned when wallet private keys are enabled."}}
),
{
{
{RPCResult::Type::STR_AMOUNT,"origfee","The fee of the replaced transaction."},
{RPCResult::Type::STR_AMOUNT,"origfee","The fee of the replaced transaction."},
{RPCResult::Type::STR_AMOUNT,"fee","The fee of the new transaction."},
{RPCResult::Type::STR_AMOUNT,"fee","The fee of the new transaction."},