prepare: Set Particl version to 27.2.2.0

Fixes zmq missing curve functions.
Fix signmessage for v23.
This commit is contained in:
tecnovert
2025-08-06 15:12:20 +02:00
parent a171bbb48a
commit 7ee1931176
6 changed files with 27 additions and 13 deletions

View File

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