You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"error-wc2-unrecoverable"="An unknown error occured with the connection. This operation can't continue. Please check the other application and try agian";
self.delegate?.error(message:"Request is for a different network than the one currently selected on device (\"\(onDevice)\"). Please check the dApp and apps settings to match sure they match", error:nil)
394
+
self.delegateErrorOnMain(message:"Request is for a different network than the one currently selected on device (\"\(onDevice)\"). Please check the dApp and apps settings to match sure they match", error:nil)
self.delegate?.error(message:"Unable to parse response or locate wallet", error:nil)
399
+
self.delegateErrorOnMain(message:"Unable to parse response or locate wallet", error:nil)
384
400
return
385
401
}
386
402
@@ -392,7 +408,7 @@ public class WalletConnectService {
392
408
393
409
DependencyManager.shared.tezosNodeClient.estimate(operations: convertedOps, walletAddress: wallet.address, base58EncodedPublicKey: wallet.publicKeyBase58encoded()){[weak self] result in
394
410
guardlet estimationResult =try? result.get()else{
395
-
self?.delegate?.error(message:"Unable to estimate fees", error: result.getFailure())
411
+
self?.delegateErrorOnMain(message:"Unable to estimate fees", error: result.getFailure())
0 commit comments