From 4c92c62dec3cc26730e95204fc330a0cc4d30a1a Mon Sep 17 00:00:00 2001 From: Tanmay Date: Thu, 25 Jan 2024 16:35:18 -0500 Subject: [PATCH] Update common/gas_limits.go Co-authored-by: Lucas Bertrand --- common/gas_limits.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/gas_limits.go b/common/gas_limits.go index 167537d5e5..0e85ea9f1c 100644 --- a/common/gas_limits.go +++ b/common/gas_limits.go @@ -2,6 +2,6 @@ package common const ( EVMSend = 21000 - // Todo Move gas limits from zeta-client to this file + // TODO: Move gas limits from zeta-client to this file // https://github.com/zeta-chain/node/issues/1606 )