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
In the cli controllers we only increment a nonce locally if the an http request returns with a "200" code. Really what should be done is we should increment the nonce if we make it past the guard on the server as the nonce will always be incremented server side in this case. We do have the synchronize nonce function to handle the nonce mismatch but it may be better to handle this on http response
The text was updated successfully, but these errors were encountered:
In the cli controllers we only increment a nonce locally if the an http request returns with a "200" code. Really what should be done is we should increment the nonce if we make it past the guard on the server as the nonce will always be incremented server side in this case. We do have the synchronize nonce function to handle the nonce mismatch but it may be better to handle this on http response
The text was updated successfully, but these errors were encountered: