Output balances when converting to strings, as this is needed by debugging
code sometimes.
This commit is contained in:
parent
1765fb8607
commit
06a5792212
1 changed files with 1 additions and 1 deletions
|
|
@ -1664,7 +1664,7 @@ void value_t::print(std::ostream& out, const bool relaxed) const
|
||||||
|
|
||||||
case BALANCE:
|
case BALANCE:
|
||||||
case BALANCE_PAIR:
|
case BALANCE_PAIR:
|
||||||
assert(false);
|
out << as_balance();
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case DATETIME:
|
case DATETIME:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue