Skip to content

Commit e6e9df6

Browse files
committed
fix comment
1 parent 1b755c0 commit e6e9df6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

e2e/runner/evm.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ func (r *E2ERunner) ETHDeposit(
4141
return tx
4242
}
4343

44-
// DepositEther sends Ethers into ZEVM using V2 protocol contracts
44+
// DepositEtherDeployer sends Ethers into ZEVM using V2 protocol contracts
4545
func (r *E2ERunner) DepositEtherDeployer() ethcommon.Hash {
4646
amount := big.NewInt(0).Mul(big.NewInt(1e18), big.NewInt(100)) // 100 eth
4747
tx := r.ETHDeposit(r.EVMAddress(), amount, gatewayevm.RevertOptions{OnRevertGasLimit: big.NewInt(0)})

0 commit comments

Comments
 (0)