mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-07-28 17:34:11 -04:00
show offer funding address entries in receive view
This commit is contained in:
parent
7509a80895
commit
dc015ad83d
2 changed files with 1 additions and 5 deletions
|
@ -44,10 +44,6 @@ public final class XmrAddressEntry implements PersistablePayload {
|
|||
AVAILABLE,
|
||||
OFFER_FUNDING,
|
||||
TRADE_PAYOUT;
|
||||
|
||||
public boolean isReserved() {
|
||||
return this == Context.OFFER_FUNDING || this == Context.TRADE_PAYOUT;
|
||||
}
|
||||
}
|
||||
|
||||
// keyPair can be null in case the object is created from deserialization as it is transient.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue