Skip to content

Commit

Permalink
Move activation block 24h from now
Browse files Browse the repository at this point in the history
  • Loading branch information
Vuksan Simunović committed Apr 3, 2018
1 parent d85efcb commit 71fbba9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/validation.cpp
Expand Up @@ -1263,7 +1263,7 @@ bool CheckInputs(const CTransaction& tx, CValidationState &state, const CCoinsVi
this workaround is dirty, but it emulates behavior of GC <= 0.9.6 clients until a sufficient block height
is reached after which script validation starts being enforced.
*/
if (fScriptChecks && (GetSpendHeight(inputs) > 2004364)) {
if (fScriptChecks && (GetSpendHeight(inputs) > 2005926)) {
// First check if script executions have been cached with the same
// flags. Note that this assumes that the inputs provided are
// correct (ie that the transaction hash which is in tx's prevouts
Expand Down

0 comments on commit 71fbba9

Please sign in to comment.