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:
tecnovert
2022-06-16 14:28:52 +02:00
parent cddc4daf70
commit a51a895141
11 changed files with 102 additions and 896 deletions

View File

@@ -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: