diff options
| author | Gavin Andresen <[email protected]> | 2012-02-27 11:41:20 -0500 |
|---|---|---|
| committer | Gavin Andresen <[email protected]> | 2012-02-27 11:41:20 -0500 |
| commit | 46aa2a6bdd5ec512dd2e364b298e6e73c3e61354 (patch) | |
| tree | df07107e839473c5cfc09b22f31f0c24ec9f44a1 /src/init.cpp | |
| parent | Merge branch 'nooptionsinwallet+fixproxysetting' of https://github.com/sipa/b... (diff) | |
| download | discoin-46aa2a6bdd5ec512dd2e364b298e6e73c3e61354.tar.xz discoin-46aa2a6bdd5ec512dd2e364b298e6e73c3e61354.zip | |
Move BIP16 switchover time to April 1
Diffstat (limited to 'src/init.cpp')
| -rw-r--r-- | src/init.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/init.cpp b/src/init.cpp index a9d9eb71c..8fe0f90b1 100644 --- a/src/init.cpp +++ b/src/init.cpp @@ -493,7 +493,7 @@ bool AppInit2(int argc, char* argv[]) if (fTestNet) SoftSetArg("-paytoscripthashtime", "1329264000"); // Feb 15 else - SoftSetArg("-paytoscripthashtime", "1330578000"); // Mar 1 + SoftSetArg("-paytoscripthashtime", "1333238400"); // April 1 2012 // Put "/P2SH/" in the coinbase so everybody can tell when // a majority of miners support it |