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
{{ message }}
This repository has been archived by the owner on May 22, 2023. It is now read-only.
On the client's start, we run checkAwaitingSignature function to see if there are any pending signing requests and execute protocol if needed. The function performs a couple of calls to the chain and if any of them fails it returns. We should consider adding a retry loop mechanism, similar that we use in node.go.
On the client's start, we run
checkAwaitingSignature
function to see if there are any pending signing requests and execute protocol if needed. The function performs a couple of calls to the chain and if any of them fails it returns. We should consider adding a retry loop mechanism, similar that we use innode.go
.Refs: #413
The text was updated successfully, but these errors were encountered: