Skip to content
GitLab
Menu
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
9762756a
Commit
9762756a
authored
10 years ago
by
Karel Mašek
Browse files
Options
Download
Email Patches
Plain Diff
new params
parent
6fbc319d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/chainparams.cpp
+1
-2
src/chainparams.cpp
with
1 addition
and
2 deletions
+1
-2
src/chainparams.cpp
View file @
9762756a
...
...
@@ -65,7 +65,7 @@ public:
hashGenesisBlock
=
genesis
.
GetHash
();
assert
(
hashGenesisBlock
==
uint256
(
"0x000000003663525298101408cb1dd793647c29d70a75f6fd4515868088118750"
));
assert
(
genesis
.
hashMerkleRoot
==
uint256
(
"0x
4f70ef9a8dd8685d9d083482e6cff17bb543eb24c39caf637a0274988847cef2
"
));
assert
(
genesis
.
hashMerkleRoot
==
uint256
(
"0x
f2ce47889874027a63af9cc324eb43b57bf1cfe68234089d5d68d88d9aef704f
"
));
vSeeds
.
push_back
(
CDNSSeedData
(
"crowncoin.org"
,
"nodelist.crowncoin.org"
));
...
...
@@ -162,7 +162,6 @@ public:
hashGenesisBlock
=
genesis
.
GetHash
();
nDefaultPort
=
19444
;
strDataDir
=
"regtest"
;
assert
(
hashGenesisBlock
==
uint256
(
"0xda44d82ead2a55f68c3725599112c3c9aaa27ed69ea4e8016dedfdcf34d4f4c4"
));
vSeeds
.
clear
();
// Regtest mode doesn't have any DNS seeds.
}
...
...
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