ui: Swap send/receive for sent bids in active.html.

This commit is contained in:
tecnovert
2025-04-29 20:10:15 +02:00
parent 48bfdb7462
commit 2818afc933
2 changed files with 24 additions and 4 deletions

View File

@@ -1023,6 +1023,7 @@ def js_active(self, url_split, post_string, is_json) -> bytes:
"amount_to": ci_to.format_amount(amount_to),
"rate": bid_rate,
"addr_from": bid.bid_addr if bid.was_received else offer.addr_from,
"was_sent": bid.was_sent,
}
if offer.swap_type == SwapTypes.XMR_SWAP: