浏览代码

fix: FX3 BLIND

micha 1 天之前
父节点
当前提交
a2c747f265
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      lib/jsbc.py

+ 2 - 1
lib/jsbc.py

@@ -200,7 +200,8 @@ def JSCB(x,sock=None):
                     cprint(" jsbc.remote-key:",msg ,color="red")
                     print()
             if FX3:
-                MAIN.jclient_send(FX3)
+                if not MAIN.modes.val("BLIND"):
+                     MAIN.jclient_send(FX3)
                 for i in FX3:
                     if "FIX" in i and "ATTR" in i:
                         fix = i["FIX"]