Use AddressEntry.getAddress()

This commit is contained in:
Oscar Guindzberg 2020-11-26 20:28:50 -03:00
parent 11b0a466ce
commit 91a2def86e
No known key found for this signature in database
GPG key ID: 209796BF2E1D4F75

View file

@ -203,7 +203,7 @@ public final class AddressEntry implements PersistablePayload {
@Override
public String toString() {
return "AddressEntry{" +
"address=" + address +
"address=" + getAddress() +
", context=" + context +
", offerId='" + offerId + '\'' +
", coinLockedInMultiSig=" + coinLockedInMultiSig +