show offer funding address entries in receive view

This commit is contained in:
woodser 2024-02-10 06:06:58 -05:00
parent 7509a80895
commit dc015ad83d
2 changed files with 1 additions and 5 deletions

View file

@ -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.