Skip to content

Commit

Permalink
run vm tests on hardfork V4
Browse files Browse the repository at this point in the history
  • Loading branch information
kroggen committed Oct 18, 2023
1 parent bf1f5b1 commit ecf63bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contract/vm_dummy/vm_dummy_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import (
)

const min_version int32 = 2
const max_version int32 = 3
const max_version int32 = 4

func TestMaxCallDepth(t *testing.T) {
//code := readLuaCode(t, "maxcalldepth_1.lua")
Expand Down

0 comments on commit ecf63bf

Please sign in to comment.