mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-24 15:10:44 +01:00
Use AddressEntry.getAddress()
This commit is contained in:
parent
11b0a466ce
commit
91a2def86e
1 changed files with 1 additions and 1 deletions
|
@ -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 +
|
||||
|
|
Loading…
Add table
Reference in a new issue