mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Bugfix.
This commit is contained in:
@@ -171,7 +171,7 @@ std::string STAccount::getText() const
|
|||||||
if (!getValueH160(u))
|
if (!getValueH160(u))
|
||||||
return STVariableLength::getText();
|
return STVariableLength::getText();
|
||||||
a.setAccountID(u);
|
a.setAccountID(u);
|
||||||
return a.humanAccountPublic();
|
return a.humanAccountID();
|
||||||
}
|
}
|
||||||
|
|
||||||
STAccount* STAccount::construct(SerializerIterator& u, const char *name)
|
STAccount* STAccount::construct(SerializerIterator& u, const char *name)
|
||||||
|
|||||||
Reference in New Issue
Block a user