fix typo in strValue's name

This commit is contained in:
MJK
2012-10-03 15:14:08 -07:00
parent 66fd6146fa
commit fca0f6fffc

View File

@@ -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))