mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-07-28 09:24:15 -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
|
@ -326,7 +326,7 @@ public class DepositView extends ActivatableView<VBox, Void> {
|
|||
List<XmrAddressEntry> addressEntries = xmrWalletService.getAddressEntries();
|
||||
List<DepositListItem> items = new ArrayList<>();
|
||||
for (XmrAddressEntry addressEntry : addressEntries) {
|
||||
if (addressEntry.getContext().isReserved()) continue;
|
||||
if (addressEntry.isTrade()) continue; // skip reserved for trade
|
||||
items.add(new DepositListItem(addressEntry, xmrWalletService, formatter, txsWithIncomingOutputs, subaddresses));
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue