Skip to content

Commit

Permalink
Update hardfork height for v3.1.2
Browse files Browse the repository at this point in the history
- liveness fixes
- Trezor tx signing issue
  • Loading branch information
jieyilong committed Oct 27, 2021
1 parent 0fa32ef commit cdf8437
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/heights.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const HeightEnableTheta3 uint64 = 10968061 // approximate time: 12pm June 30, 20
const HeightRPCCompatibility uint64 = 11354820 // approximate time: 12pm July 30, 2021 PT

// HeightTxWrapperExtension specifies the block height to extend the Tx Wrapper
const HeightTxWrapperExtension uint64 = 1000000000
const HeightTxWrapperExtension uint64 = 12749952

// CheckpointInterval defines the interval between checkpoints.
const CheckpointInterval = int64(100)
Expand Down

0 comments on commit cdf8437

Please sign in to comment.