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

Github-Pull: #20573
Rebased-From: ce207d6b93
This commit is contained in:
Jon Atack
2020-12-04 11:20:39 +01:00
committed by MarcoFalke
parent bead935470
commit 06c84232b3
2 changed files with 3 additions and 3 deletions

View File

@@ -4083,7 +4083,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
);