Skip to content

Commit

Permalink
update test mem limit
Browse files Browse the repository at this point in the history
  • Loading branch information
fetang committed May 19, 2018
1 parent fa612bf commit 7367e3b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/compatibility.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ const (
DefaultRecordCallContractResultHeight uint64 = 199666

//DefaultNvmMemLimitHeight
DefaultNvmMemLimitHeight uint64 = 268199
DefaultNvmMemLimitHeight uint64 = 269360
)

// others, e.g. local/develop
Expand Down
2 changes: 1 addition & 1 deletion nf/nvm/engine_v8_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ func (block *testBlock) Hash() byteutils.Hash {

// Height mock
func (block *testBlock) Height() uint64 {
return 1
return core.DefaultNvmMemLimitHeight
}

// RandomSeed mock
Expand Down

0 comments on commit 7367e3b

Please sign in to comment.