diff --git a/Sources/TonClientSwift/Binding/Binding.swift b/Sources/TonClientSwift/Binding/Binding.swift index 2a62eae..70f391d 100644 --- a/Sources/TonClientSwift/Binding/Binding.swift +++ b/Sources/TonClientSwift/Binding/Binding.swift @@ -118,7 +118,7 @@ public final class TSDKBindingModule: TSDKBindingPrtcl { do { try BindingStore.getResponseHandler(requestId)?(requestId, swiftString, responseType, finished) } catch { - try! BindingStore.getResponseHandler(requestId)?( + try? BindingStore.getResponseHandler(requestId)?( requestId, [ "code": 0,