Skip to content

Commit ebf2027

Browse files
authored
Merge pull request #2 from sei-protocol/bump-block-size
bump block size
2 parents e18daa8 + a38b6e8 commit ebf2027

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bindings/go/evmc/evmc.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ func (vm *VM) Execute(ctx HostContext, rev Revision,
243243
var (
244244
hostContextCounter uintptr
245245

246-
histContextSlots = make([]HostContext, 5000)
246+
histContextSlots = make([]HostContext, 10000)
247247
)
248248

249249
func addHostContext(ctx HostContext) uintptr {

0 commit comments

Comments
 (0)