Skip to content

Commit

Permalink
trying 10000
Browse files Browse the repository at this point in the history
  • Loading branch information
ClaytonNorthey92 committed Jul 11, 2024
1 parent a25d50e commit 3c3f5fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/vm/contracts.go
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ func SetInitReady() {
// TODO: Remove this logic once TBC progression is driven by BTC Attributes Deposited tx
const TBCTipHeightLag = 2
const TBCTipTimestampLag = 60 * 10 // 10 minutes
const TBCMaxBlocksPerProgression = 100
const TBCMaxBlocksPerProgression = 10000

// ProgressTip For now, this update after a new head is set processes TBC updates before construction
// on a new block payload occurs, so that tx execution will always be the same for the new
Expand Down

0 comments on commit 3c3f5fc

Please sign in to comment.