Commit efbf441f authored by yuhangcangqian's avatar yuhangcangqian Committed by GitHub

chore: fix some comments (#11184)

Signed-off-by: default avataryuhangcangqian <cuibuwei@qq.com>
parent 834eec79
......@@ -45,7 +45,7 @@ type L1BlockInfo struct {
// Not strictly a piece of L1 information. Represents the number of L2 blocks since the start of the epoch,
// i.e. when the actual L1 info was first introduced.
SequenceNumber uint64
// BatcherHash version 0 is just the address with 0 padding to the left.
// BatcherAddr version 0 is just the address with 0 padding to the left.
BatcherAddr common.Address
L1FeeOverhead eth.Bytes32 // ignored after Ecotone upgrade
......
......@@ -390,7 +390,7 @@ type Config struct {
// This is intended to be used for network requests that can be replayed.
NetworkTimeout time.Duration
// RequireQueryInterval is the interval at which the tx manager will
// ReceiptQueryInterval is the interval at which the tx manager will
// query the backend to check for confirmations after a tx at a
// specific gas price has been published.
ReceiptQueryInterval time.Duration
......
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