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
When I try to sign transaction with wrong private key I suppose to get an Error.
But instead such transaction is successful.
When I looked through the implementation of signTransaction() I've noticed that there are no any validation. I can even sign a transaction without a private key at all.
The text was updated successfully, but these errors were encountered:
When I try to sign transaction with wrong private key I suppose to get an Error.
But instead such transaction is successful.
When I looked through the implementation of signTransaction() I've noticed that there are no any validation. I can even sign a transaction without a private key at all.
The text was updated successfully, but these errors were encountered: