mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
fix typo in strValue's name
This commit is contained in:
@@ -991,7 +991,7 @@ std::auto_ptr<STObject> STObject::parseJson(const Json::Value& object, SField::r
|
||||
throw std::runtime_error("path element accounts must be strings");
|
||||
std::string strValue = account.asString();
|
||||
if (value.size() == 40) // 160-bit hex account value
|
||||
uAccount.SetHex(strvalue);
|
||||
uAccount.SetHex(strValue);
|
||||
{
|
||||
NewcoinAddress a;
|
||||
if (!a.setAccountPublic(strValue))
|
||||
|
||||
Reference in New Issue
Block a user