Skip to content

Commit

Permalink
Update consensus.h
Browse files Browse the repository at this point in the history
  • Loading branch information
gruve-p committed Aug 24, 2024
1 parent a479a98 commit 75627ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/consensus/consensus.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ static constexpr unsigned int LOCKTIME_VERIFY_SEQUENCE = (1 << 0);
* block of a difficulty adjustment period is allowed to
* be earlier than the last block of the previous period (BIP94).
*/
static constexpr int64_t MAX_TIMEWARP = 600;
static constexpr int64_t MAX_TIMEWARP = 60;

#endif // BITCOIN_CONSENSUS_CONSENSUS_H

0 comments on commit 75627ca

Please sign in to comment.