Improve tx and withdrawal screens, make multiple address selection possible at withdrawal

This commit is contained in:
Manfred Karrer 2016-02-03 15:43:55 +01:00
parent 85b2cb1d44
commit c70df863d6
31 changed files with 930 additions and 354 deletions

View file

@ -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() +
'}';
}