mirror of
https://github.com/basicswap/basicswap.git
synced 2026-04-09 02:47:22 +02:00
Merge pull request #286 from cryptoguard/dev
Offer page: Add info whether an offer is set to auto accept bid or not
This commit is contained in:
@@ -733,6 +733,9 @@ def page_offer(self, url_split, post_string):
|
||||
"swap_type": strSwapDesc(offer.swap_type),
|
||||
"reverse": reverse_bid,
|
||||
"form_id": get_data_entry_or(form_data, "formid", "") if form_data else "",
|
||||
"auto_accept_type": (
|
||||
offer.auto_accept_type if hasattr(offer, "auto_accept_type") else 0
|
||||
),
|
||||
}
|
||||
data.update(extend_data)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user