mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-07-27 00:45:23 -04:00
Cleanup listeners
This commit is contained in:
parent
0f87eb99cc
commit
b81e263c24
13 changed files with 467 additions and 439 deletions
|
@ -99,8 +99,8 @@ public class PubKeyRing implements Serializable {
|
|||
@Override
|
||||
public String toString() {
|
||||
return "PubKeyRing{" +
|
||||
"\n\nsignaturePubKey=\n" + Util.pubKeyToString(getSignaturePubKey()) +
|
||||
"\n\nencryptionPubKey=\n" + Util.pubKeyToString(getEncryptionPubKey()) +
|
||||
"\n\nsignaturePubKey.hashCode()=\n" + signaturePubKey.hashCode() +
|
||||
"\n\nencryptionPubKey.hashCode()=\n" + encryptionPubKey.hashCode() +
|
||||
'}';
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue