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 )