mirror of
https://github.com/basicswap/basicswap.git
synced 2026-03-02 01:15:10 +01:00
prepare: Set Particl version to 27.2.2.0
Fixes zmq missing curve functions. Fix signmessage for v23.
This commit is contained in:
@@ -169,6 +169,8 @@ class BSXNetwork:
|
||||
|
||||
if have_smsg:
|
||||
self._have_smsg_rpc = True
|
||||
if self._can_use_smsg_payload2:
|
||||
self.callrpc("smsgoptions", ["set", "addReceivedPubkeys", False])
|
||||
if self._zmq_queue_enabled:
|
||||
self.zmqContext = zmq.Context()
|
||||
self.zmqSubscriber = self.zmqContext.socket(zmq.SUB)
|
||||
@@ -228,11 +230,6 @@ class BSXNetwork:
|
||||
finally:
|
||||
self.closeDB(cursor)
|
||||
|
||||
# TODO: Ensure smsg is enabled for the active wallet.
|
||||
|
||||
if self._can_use_smsg_payload2:
|
||||
self.callrpc("smsgoptions", ["set", "addReceivedPubkeys", False])
|
||||
|
||||
now: int = self.getTime()
|
||||
|
||||
# Load portal data
|
||||
|
||||
Reference in New Issue
Block a user