Commit efddad41 authored by Gavin Andresen's avatar Gavin Andresen
Browse files

Move BIP16 switchover time to April 1

parent 1d8f8aa3
Showing with 1 addition and 1 deletion
+1 -1
......@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment