Skip to content

Commit

Permalink
set soft gaslimit to 30_000_000
Browse files Browse the repository at this point in the history
  • Loading branch information
libotony committed Aug 15, 2022
1 parent 9eec713 commit 9edb8ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/thor/node/packer_loop.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import (
)

// gasLimitSoftLimit is the soft limit of the adaptive block gaslimit.
const gasLimitSoftLimit uint64 = 21000000
const gasLimitSoftLimit uint64 = 30_000_000

func (n *Node) packerLoop(ctx context.Context) {
log.Debug("enter packer loop")
Expand Down

0 comments on commit 9edb8ad

Please sign in to comment.