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:
parent
9c12d73d12
commit
1da4002a4b
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user