diff --git a/src/SerializedObject.cpp b/src/SerializedObject.cpp index 3f2fcdaa8f..baf9ba1cbc 100644 --- a/src/SerializedObject.cpp +++ b/src/SerializedObject.cpp @@ -991,7 +991,7 @@ std::auto_ptr 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))