-
Notifications
You must be signed in to change notification settings - Fork 101
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Forwarder Construction #9
Comments
Same here , I used Ropsten Testnet. |
I actually have a solution for this in my version of the contracts with 2 added global variables. |
The Forwarder address can actually be calculated in advance, it is basically keccak256 of the contract address and its nonce in hex.
|
When
Forwarder
is constructed by theWalletSimple
contract by callingcreateForwarder()
it does not return an address of a newly createdForwarder
contract. This error occurs when running on the main chain but everything works when using a local test chain.The text was updated successfully, but these errors were encountered: