mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-26 19:23:26 -03:00
Move BIP16 switchover time to April 1
This commit is contained in:
parent
90d78142c0
commit
46aa2a6bdd
1 changed files with 1 additions and 1 deletions
|
@ -493,7 +493,7 @@ bool AppInit2(int argc, char* argv[])
|
||||||
if (fTestNet)
|
if (fTestNet)
|
||||||
SoftSetArg("-paytoscripthashtime", "1329264000"); // Feb 15
|
SoftSetArg("-paytoscripthashtime", "1329264000"); // Feb 15
|
||||||
else
|
else
|
||||||
SoftSetArg("-paytoscripthashtime", "1330578000"); // Mar 1
|
SoftSetArg("-paytoscripthashtime", "1333238400"); // April 1 2012
|
||||||
|
|
||||||
// Put "/P2SH/" in the coinbase so everybody can tell when
|
// Put "/P2SH/" in the coinbase so everybody can tell when
|
||||||
// a majority of miners support it
|
// a majority of miners support it
|
||||||
|
|
Loading…
Add table
Reference in a new issue