Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
defunctec
crown-core
Commits
efddad41
Commit
efddad41
authored
13 years ago
by
Gavin Andresen
Browse files
Options
Download
Email Patches
Plain Diff
Move BIP16 switchover time to April 1
parent
1d8f8aa3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/init.cpp
+1
-1
src/init.cpp
with
1 addition
and
1 deletion
+1
-1
src/init.cpp
View file @
efddad41
...
...
@@ -493,7 +493,7 @@ bool AppInit2(int argc, char* argv[])
if
(
fTestNet
)
SoftSetArg
(
"-paytoscripthashtime"
,
"1329264000"
);
// Feb 15
else
SoftSetArg
(
"-paytoscripthashtime"
,
"133
05780
00"
);
//
Mar 1
SoftSetArg
(
"-paytoscripthashtime"
,
"133
32384
00"
);
//
April 1 2012
// Put "/P2SH/" in the coinbase so everybody can tell when
// a majority of miners support it
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help