Commit 4f16e9ed authored by Tony Sosa's avatar Tony Sosa Committed by GitHub

Update Abs_L2DepositedToken.sol (#284)

parent 56e0db69
......@@ -51,7 +51,7 @@ abstract contract Abs_L2DepositedToken is iOVM_L2DepositedToken, OVM_CrossDomain
/**
* @dev Initialize this contract with the L1 token gateway address.
* The flow: 1) this contract gets deployed on L2, 2) the L1
* gateway is dpeloyed with addr from (1), 3) L1 gatweway address passed here.
* gateway is deployed with addr from (1), 3) L1 gateway address passed here.
*
* @param _l1TokenGateway Address of the corresponding L1 gateway deployed to the main chain
*/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment