mirror of
https://github.com/Qortal/altcoinj.git
synced 2025-01-31 15:22:16 +00:00
Fix toString in payment channels for Coin conversion
This commit is contained in:
parent
9c12d73d12
commit
1da4002a4b
@ -360,8 +360,8 @@ class StoredClientChannel {
|
|||||||
final String closeStr = close == null ? "still open" : close.toString().replaceAll(newline, newline + " ");
|
final String closeStr = close == null ? "still open" : close.toString().replaceAll(newline, newline + " ");
|
||||||
return String.format("Stored client channel for server ID %s (%s)%n" +
|
return String.format("Stored client channel for server ID %s (%s)%n" +
|
||||||
" Key: %s%n" +
|
" Key: %s%n" +
|
||||||
" Value left: %d%n" +
|
" Value left: %s%n" +
|
||||||
" Refund fees: %d%n" +
|
" Refund fees: %s%n" +
|
||||||
" Contract: %s" +
|
" Contract: %s" +
|
||||||
"Refund: %s" +
|
"Refund: %s" +
|
||||||
"Close: %s",
|
"Close: %s",
|
||||||
|
Loading…
Reference in New Issue
Block a user