mirror of
https://github.com/bitcoinj/bitcoinj.git
synced 2025-02-25 15:10:18 +01:00
Payment channels: Relabel stored client channel toString a bit.
This commit is contained in:
parent
4aaac4f105
commit
a5ed2d63d3
1 changed files with 1 additions and 1 deletions
|
@ -251,7 +251,7 @@ class StoredClientChannel {
|
|||
final String newline = String.format("%n");
|
||||
return String.format("Stored client channel for server ID %s (%s)%n" +
|
||||
" Key: %s%n" +
|
||||
" Value to me: %d%n" +
|
||||
" Value left: %d%n" +
|
||||
" Refund fees: %d%n" +
|
||||
" Contract: %s" +
|
||||
"Refund: %s",
|
||||
|
|
Loading…
Add table
Reference in a new issue