3
0
mirror of https://github.com/Qortal/altcoinj.git synced 2025-01-31 07:12:17 +00:00

Fix toString in payment channels for Coin conversion

This commit is contained in:
Mike Hearn 2014-09-30 18:26:36 +02:00
parent 9c12d73d12
commit 1da4002a4b

View File

@ -360,8 +360,8 @@ class StoredClientChannel {
final String closeStr = close == null ? "still open" : close.toString().replaceAll(newline, newline + " ");
return String.format("Stored client channel for server ID %s (%s)%n" +
" Key: %s%n" +
" Value left: %d%n" +
" Refund fees: %d%n" +
" Value left: %s%n" +
" Refund fees: %s%n" +
" Contract: %s" +
"Refund: %s" +
"Close: %s",