From f27b6b6a1a41b00e585d36e571ad7070a0fed48e Mon Sep 17 00:00:00 2001 From: JoelKatz Date: Thu, 26 Apr 2012 17:37:46 -0700 Subject: [PATCH] Bugfix. --- src/SerializedTypes.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SerializedTypes.cpp b/src/SerializedTypes.cpp index 419797b76..f79072a19 100644 --- a/src/SerializedTypes.cpp +++ b/src/SerializedTypes.cpp @@ -171,7 +171,7 @@ std::string STAccount::getText() const if (!getValueH160(u)) return STVariableLength::getText(); a.setAccountID(u); - return a.humanAccountPublic(); + return a.humanAccountID(); } STAccount* STAccount::construct(SerializerIterator& u, const char *name)