mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Merge branch 'master' of github.com:jedmccaleb/NewCoin into serialize
Conflicts: src/TransactionFormats.cpp Fast forward.
This commit is contained in:
@@ -55,7 +55,7 @@ std::string SerializedLedgerEntry::getFullText() const
|
||||
|
||||
std::string SerializedLedgerEntry::getText() const
|
||||
{
|
||||
return str(boost::format("{ %s, %s, %s }")
|
||||
return str(boost::format("{ %s, %s }")
|
||||
% mIndex.GetHex()
|
||||
% STObject::getText());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user