mirror of
https://github.com/basicswap/basicswap.git
synced 2025-01-31 06:45:51 +00:00
Merge branch 'gerlofvanek-dev' into dev
This commit is contained in:
commit
13ae72b38f
1 changed files with 1 additions and 0 deletions
|
@ -201,4 +201,5 @@ def page_bids(self, url_split, post_string, sent=False, available=False, receive
|
|||
'summary': summary,
|
||||
'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],
|
||||
'bids_count': len(bids),
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue