Skip to content

Commit

Permalink
rename
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitomir2 committed Nov 15, 2024
1 parent ad879e6 commit e7488b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion state/executor.go
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ func (e *Executor) BeginTxn(
Timestamp: int64(header.Timestamp), //nolint:gosec
Number: int64(header.Number), //nolint:gosec
Difficulty: types.BytesToHash(new(big.Int).SetUint64(header.Difficulty).Bytes()),
BaseFee: new(big.Int).SetUint64(header.baseFee),
BaseFee: new(big.Int).SetUint64(header.BaseFee),
GasLimit: int64(header.GasLimit), //nolint:gosec
ChainID: e.config.ChainID,
BurnContract: burnContract,
Expand Down

0 comments on commit e7488b7

Please sign in to comment.