this was backward

Stephen Paul Weber created

Change summary

lib/backend_sgx.rb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

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