Output balances when converting to strings, as this is needed by debugging

code sometimes.
This commit is contained in:
John Wiegley 2008-08-29 04:32:25 -04:00
parent 1765fb8607
commit 06a5792212

View file

@ -1664,7 +1664,7 @@ void value_t::print(std::ostream& out, const bool relaxed) const
case BALANCE:
case BALANCE_PAIR:
assert(false);
out << as_balance();
break;
case DATETIME: