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
There was a bug with reading the shared transaction, signing it, and changing signer in the original actor: #417.
Current Behavior
It was hotfixed.
Expected Behavior
A correct actor with a correct original sender should be created first. It should be rechecked and checked if there are other places with incorrect actor usage.
Possible Solution
Use a signer from the shared TX. Check that signature is correct and deploy passes.
The text was updated successfully, but these errors were encountered:
There was a bug with reading the shared transaction, signing it, and changing signer in the original actor: #417.
Current Behavior
It was hotfixed.
Expected Behavior
A correct actor with a correct original sender should be created first. It should be rechecked and checked if there are other places with incorrect actor usage.
Possible Solution
Use a signer from the shared TX. Check that signature is correct and deploy passes.
The text was updated successfully, but these errors were encountered: