Merge branch 'gerlofvanek-dev' into dev

2024-05-20_merge
tecnovert 10 months ago
commit 13ae72b38f
No known key found for this signature in database
GPG Key ID: 8ED6D8750C4E3F93
  1. 1
      basicswap/ui/page_bids.py

@ -201,4 +201,5 @@ def page_bids(self, url_split, post_string, sent=False, available=False, receive
'summary': summary, 'summary': summary,
'bids': [(format_timestamp(b[0]), 'bids': [(format_timestamp(b[0]),
b[2].hex(), b[3].hex(), strBidState(b[5]), strTxState(b[7]), strTxState(b[8]), b[11]) for b in bids], b[2].hex(), b[3].hex(), strBidState(b[5]), strTxState(b[7]), strTxState(b[8]), b[11]) for b in bids],
'bids_count': len(bids),
}) })

Loading…
Cancel
Save