Skip to content

Commit

Permalink
Move BIP16 switchover time to April 1
Browse files Browse the repository at this point in the history
  • Loading branch information
gavinandresen committed Feb 27, 2012
1 parent 90d7814 commit 46aa2a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/init.cpp
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 46aa2a6

Please sign in to comment.