wallet, bugfix: allow send to take string fee rate values

This commit is contained in:
Jon Atack
2020-12-04 11:20:39 +01:00
parent 751ffaabad
commit ce207d6b93
2 changed files with 3 additions and 3 deletions

View File

@@ -4089,7 +4089,7 @@ static RPCHelpMan send()
UniValueType(), // outputs (ARR or OBJ, checked later)
UniValue::VNUM, // conf_target
UniValue::VSTR, // estimate_mode
UniValue::VNUM, // fee_rate
UniValueType(), // fee_rate, will be checked by AmountFromValue() in SetFeeEstimateMode()
UniValue::VOBJ, // options
}, true
);