mirror of
https://github.com/basicswap/basicswap.git
synced 2025-11-06 02:38:11 +01:00
Rename smsg_plaintext_version.
This commit is contained in:
@@ -1151,7 +1151,7 @@ class BasicSwap(BaseApp, BSXNetwork, UIApp):
|
||||
# Scan inbox
|
||||
# TODO: Redundant? small window for zmq messages to go unnoticed during startup?
|
||||
options = {"encoding": "hex"}
|
||||
if self._can_use_smsg_plaintext2:
|
||||
if self._can_use_smsg_payload2:
|
||||
options["pubkey_from"] = True
|
||||
ro = self.callrpc("smsginbox", ["unread", "", options])
|
||||
nm = 0
|
||||
|
||||
Reference in New Issue
Block a user