-
Notifications
You must be signed in to change notification settings - Fork 101
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: