mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-07-27 00:45:23 -04:00
Improve tx and withdrawal screens, make multiple address selection possible at withdrawal
This commit is contained in:
parent
85b2cb1d44
commit
c70df863d6
31 changed files with 930 additions and 354 deletions
|
@ -99,8 +99,8 @@ public class PubKeyRing implements Serializable {
|
|||
@Override
|
||||
public String toString() {
|
||||
return "PubKeyRing{" +
|
||||
"signaturePubKey.hashCode()=\n" + signaturePubKey.hashCode() +
|
||||
"encryptionPubKey.hashCode()=\n" + encryptionPubKey.hashCode() +
|
||||
"signaturePubKey.hashCode()=" + signaturePubKey.hashCode() +
|
||||
", encryptionPubKey.hashCode()=" + encryptionPubKey.hashCode() +
|
||||
'}';
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue