mirror of
https://github.com/kvazar-network/kevacoin.git
synced 2025-01-23 13:24:18 +00:00
UniValue: use correct setNumStr() input val, when setting number values
This commit is contained in:
parent
335e3a5c95
commit
42642c9695
@ -44,7 +44,7 @@ static bool validNumStr(const string& s)
|
|||||||
|
|
||||||
bool UniValue::setNumStr(const string& val_)
|
bool UniValue::setNumStr(const string& val_)
|
||||||
{
|
{
|
||||||
if (!validNumStr(val))
|
if (!validNumStr(val_))
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
clear();
|
clear();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user