Skip to content

Commit ac57b4f

Browse files
committed
fix
1 parent 38c4eff commit ac57b4f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

rollup/internal/controller/sender/estimategas.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ func (s *Sender) estimateDynamicGas(to *common.Address, data []byte, baseFee uin
5252
if err != nil {
5353
log.Error("estimateDynamicGas estimateGasLimit failure",
5454
"from", s.transactionSigner.GetAddr().String(), "nonce", s.transactionSigner.GetNonce(), "to address", to.String(),
55-
"fallback gas limit", "error", err)
55+
"error", err)
5656
return nil, err
5757
}
5858

rollup/internal/utils/utils.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ import (
55
"fmt"
66
"time"
77

8-
"github.com/ethereum/go-ethereum/log"
98
"github.com/scroll-tech/da-codec/encoding"
109
"github.com/scroll-tech/go-ethereum/common"
1110
"github.com/scroll-tech/go-ethereum/crypto"
11+
"github.com/scroll-tech/go-ethereum/log"
1212
)
1313

1414
// ChunkMetrics indicates the metrics for proposing a chunk.

0 commit comments

Comments
 (0)