Browse Source

fix: FX3 BLIND

micha 1 day ago
parent
commit
a2c747f265
1 changed files with 2 additions and 1 deletions
  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"]