Skip to content

Commit

Permalink
core:compatibility.go update mainnet jslib height
Browse files Browse the repository at this point in the history
  • Loading branch information
fengzi committed Jun 19, 2018
1 parent fa4ad54 commit 14a3785
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions core/compatibility.go
Original file line number Diff line number Diff line change
Expand Up @@ -213,13 +213,13 @@ const (
MainNetWsResetRecordDependencyHeight uint64 = 306800

// MainNetV8JSLibVersionControlHeight
MainNetV8JSLibVersionControlHeight uint64 = 460000
MainNetV8JSLibVersionControlHeight uint64 = 467500

//MainNetTransferFromContractFailureEventRecordableHeight
MainNetTransferFromContractFailureEventRecordableHeight uint64 = 460000
MainNetTransferFromContractFailureEventRecordableHeight uint64 = 467500

//MainNetNewNvmExeTimeoutConsumeGasHeight
MainNetNewNvmExeTimeoutConsumeGasHeight uint64 = 460000
MainNetNewNvmExeTimeoutConsumeGasHeight uint64 = 467500
)

// var for MainNet
Expand Down

0 comments on commit 14a3785

Please sign in to comment.