Commit fc63ccda authored by Tony Sosa's avatar Tony Sosa Committed by GitHub

Update OVM_L2DepositedERC20.sol (#266)

Co-authored-by: default avatarKelvin Fichter <kelvinfichter@gmail.com>
parent 332c171a
......@@ -59,7 +59,7 @@ contract OVM_L2DepositedERC20 is iOVM_L2DepositedERC20, UniswapV2ERC20, OVM_Cros
/**
* @dev Initialize this gateway with the L1 gateway address
* The assumed flow is that this contract is deployed on L2, then the L1
* gateway is dpeloyed, and its address passed here to init.
* gateway is deployed, and its address passed here to init.
*
* @param _l1ERC20Gateway Address of the corresponding L1 gateway deployed to the main chain
*/
......@@ -156,4 +156,4 @@ contract OVM_L2DepositedERC20 is iOVM_L2DepositedERC20, UniswapV2ERC20, OVM_Cros
_mint(_to, _amount);
emit DepositFinalized(_to, _amount);
}
}
\ No newline at end of file
}
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