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
e1284d63
Commit
e1284d63
authored
10 years ago
by
Karel Mašek
Browse files
Options
Download
Email Patches
Plain Diff
new genesis block
parent
876a5b42
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 @
e1284d63
...
...
@@ -47,7 +47,7 @@ public:
// CTxIn(COutPoint(000000, -1), coinbase 04ffff001d01042654686520696e63657074696f6e206f662043726f776e636f696e2032302f4175672f32303134)
// CTxOut(nValue=50.00000000, scriptPubKey=0x5F1DF16B2B704C8A578D0B)
// vMerkleTree: 4a5e1e
const
char
*
pszTimestamp
=
"
Crowncoin - Tradition merged with technology
10/Oct/2014"
;
const
char
*
pszTimestamp
=
"
The inception of Crowncoin
10/Oct/2014"
;
CTransaction
txNew
;
txNew
.
vin
.
resize
(
1
);
txNew
.
vout
.
resize
(
1
);
...
...
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