mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-23 15:00:30 +01:00
Cleanup
Improve toString methods Signed-off-by: HenrikJannsen <boilingfrog@gmx.com>
This commit is contained in:
parent
0f14ea29c9
commit
671ab1f373
2 changed files with 5 additions and 5 deletions
|
@ -83,9 +83,9 @@ public final class TxInput implements PersistablePayload, ImmutableDaoStateModel
|
|||
@Override
|
||||
public String toString() {
|
||||
return "TxInput{" +
|
||||
"\n connectedTxOutputTxId='" + connectedTxOutputTxId + '\'' +
|
||||
",\n connectedTxOutputIndex=" + connectedTxOutputIndex +
|
||||
",\n pubKey=" + pubKey +
|
||||
"\n}";
|
||||
"\n connectedTxOutputTxId='" + connectedTxOutputTxId + '\'' +
|
||||
",\n connectedTxOutputIndex=" + connectedTxOutputIndex +
|
||||
",\n pubKey=" + pubKey +
|
||||
"\n }";
|
||||
}
|
||||
}
|
||||
|
|
|
@ -173,7 +173,7 @@ public class ConnectionState implements MessageListener {
|
|||
",\n numInitialDataResponses=" + numInitialDataResponses +
|
||||
",\n lastInitialDataMsgTimeStamp=" + lastInitialDataMsgTimeStamp +
|
||||
",\n isSeedNode=" + isSeedNode +
|
||||
",\n expectedRequests=" + expectedInitialDataResponses +
|
||||
",\n expectedInitialDataResponses=" + expectedInitialDataResponses +
|
||||
"\n}";
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue