mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-06-12 09:02:51 -04:00
fix bug with map
This commit is contained in:
parent
e87f99d2a5
commit
b235beb56b
3 changed files with 10 additions and 3 deletions
|
@ -145,9 +145,14 @@ public final class Arbitrator implements PubKeyProtectedExpirablePayload {
|
|||
@Override
|
||||
public String toString() {
|
||||
return "Arbitrator{" +
|
||||
"arbitratorAddress='" + arbitratorAddress + '\'' +
|
||||
"arbitratorAddress=" + arbitratorAddress +
|
||||
", languageCodes=" + languageCodes +
|
||||
", btcAddress='" + btcAddress + '\'' +
|
||||
", registrationDate=" + registrationDate +
|
||||
", btcPubKey.hashCode()=" + Arrays.toString(btcPubKey).hashCode() +
|
||||
", pubKeyRing.hashCode()=" + pubKeyRing.hashCode() +
|
||||
", registrationSignature.hashCode()='" + registrationSignature.hashCode() + '\'' +
|
||||
", registrationPubKey.hashCode()=" + Arrays.toString(registrationPubKey).hashCode() +
|
||||
'}';
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue