sgx-bwmsgsv2.rb 🔗
@@ -530,7 +530,7 @@ module SGXbwmsgsv2
end
def self.check_then_register(i, *creds)
- registration_repo
+ @registration_repo
.put(i.from, *creds)
.catch_only(RegistrationRepo::Conflict) { |e|
EMPromise.reject([:cancel, 'conflict', e.message])