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
Tom
crown-core
Commits
1888a301
Commit
1888a301
authored
7 years ago
by
Infernoman
Browse files
Options
Download
Email Patches
Plain Diff
testnet alert key
parent
d9ba8f08
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/chainparams.cpp
+1
-1
src/chainparams.cpp
with
1 addition
and
1 deletion
+1
-1
src/chainparams.cpp
View file @
1888a301
...
...
@@ -223,7 +223,7 @@ public:
pchMessageStart
[
1
]
=
0x18
;
pchMessageStart
[
2
]
=
0x0e
;
pchMessageStart
[
3
]
=
0x06
;
vAlertPubKey
=
ParseHex
(
"04
517d8a699cb43d3938d7b24faaff7cda448ca4ea267723ba614784de661949bf632d6304316b244646dea079735b9a6fc4af804efb4752075b9fe2245e14e412
"
);
vAlertPubKey
=
ParseHex
(
"04
977aae0411f4e1757e8682c87ee79180ad577ef0351054e6cda5c9381fcd8c7333e88ac250d3ab3e3aafd5d1c1d946f2ca62372db7f35c84398a878aa145f09a
"
);
nDefaultPort
=
19340
;
nEnforceBlockUpgradeMajority
=
51
;
nRejectBlockOutdatedMajority
=
75
;
...
...
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