lib/backend_sgx.rb 🔗
@@ -43,7 +43,7 @@ class BackendSgx
REDIS.getbit(
"catapult_setting_flags-#{from_jid}",
flagbit
- ).then { |x| x != 1 }
+ ).then { |x| x == 1 }
end
def fwd_timeout
Stephen Paul Weber created
lib/backend_sgx.rb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
@@ -43,7 +43,7 @@ class BackendSgx
REDIS.getbit(
"catapult_setting_flags-#{from_jid}",
flagbit
- ).then { |x| x != 1 }
+ ).then { |x| x == 1 }
end
def fwd_timeout