Skip to content

Commit

Permalink
Merge pull request #2 from sei-protocol/bump-block-size
Browse files Browse the repository at this point in the history
bump block size
  • Loading branch information
codchen authored Nov 18, 2024
2 parents e18daa8 + a38b6e8 commit ebf2027
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bindings/go/evmc/evmc.go
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ func (vm *VM) Execute(ctx HostContext, rev Revision,
var (
hostContextCounter uintptr

histContextSlots = make([]HostContext, 5000)
histContextSlots = make([]HostContext, 10000)
)

func addHostContext(ctx HostContext) uintptr {
Expand Down

0 comments on commit ebf2027

Please sign in to comment.