mirror of
https://github.com/basicswap/basicswap.git
synced 2025-11-07 11:18:10 +01:00
ui: Show red clock for revoked offers.
This commit is contained in:
@@ -621,7 +621,8 @@ def page_offers(self, url_split, post_string, sent=False):
|
||||
o.addr_from,
|
||||
o.was_sent,
|
||||
ci_from.format_amount(completed_amount),
|
||||
is_expired))
|
||||
is_expired,
|
||||
o.active_ind))
|
||||
|
||||
coins_from, coins_to = listAvailableCoins(swap_client, split_from=True)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user