mirror of
https://github.com/basicswap/basicswap.git
synced 2025-11-07 11:18:10 +01:00
docker: Manually install protobuf to avoid error.
Error: "TypeError: Descriptors cannot not be created directly" Use pycryptodome ripemd160 implementation else it must be manually enabled in hashlib/openssl.
This commit is contained in:
@@ -520,7 +520,7 @@ def page_offers(self, url_split, post_string, sent=False):
|
||||
sent = True
|
||||
else:
|
||||
sent = False
|
||||
offers = swap_client.listOffers(sent, filters)
|
||||
offers = swap_client.listOffers(sent, filters, with_bid_info=True)
|
||||
|
||||
formatted_offers = []
|
||||
for row in offers:
|
||||
|
||||
Reference in New Issue
Block a user