Skip to content

Commit d54c96e

Browse files
authored
mute log (okx#764)
1 parent d9648f7 commit d54c96e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

test/config/test.erigon.seq.config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ txpool.blockedlist: ["0xdD2FD4581271e230360230F9337D5c0430Bf44C0"]
7575
txpool.enablefreegasbynonce : true
7676
txpool.freegascountperaddr : 100
7777
txpool.commit.every: "10m"
78+
txpool.accountslots: 100000
7879

7980
gpo.type: "follower"
8081
gpo.update-period: "3s"

turbo/rpchelper/rpc_block_xlayer.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ func updateFinalizedBatchNumber(db kv.RoDB) {
193193
// updateBlockGasLimit fetches and updates the block gas limit from sequencer
194194
func updateBlockGasLimit(isInitialFetch bool) {
195195
if gasLimit, err := getBlockGasLimitFromSequencer(sequencerRpcUrl); err != nil {
196-
log.Warn("failed to get block gas limit from sequencer", "err", err)
196+
log.Debug("failed to get block gas limit from sequencer", "err", err)
197197
// Only set default value on initial fetch
198198
if isInitialFetch {
199199
newVal := uint64(1000_0000)

0 commit comments

Comments
 (0)