Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
hive
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
51
Issues
51
List
Boards
Labels
Service Desk
Milestones
Merge Requests
17
Merge Requests
17
Operations
Operations
Incidents
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
hive
hive
Commits
30c7ee33
Commit
30c7ee33
authored
Aug 26, 2020
by
Martin Lees
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
final config update
parent
38d69bdf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
libraries/protocol/include/steem/protocol/config.hpp
libraries/protocol/include/steem/protocol/config.hpp
+1
-1
No files found.
libraries/protocol/include/steem/protocol/config.hpp
View file @
30c7ee33
...
@@ -9,7 +9,7 @@
...
@@ -9,7 +9,7 @@
// This is checked by get_config_check.sh called from Dockerfile
// This is checked by get_config_check.sh called from Dockerfile
#ifdef IS_TEST_NET
#ifdef IS_TEST_NET
#define STEEM_BLOCKCHAIN_VERSION ( version(0, 2
4
, 0) )
#define STEEM_BLOCKCHAIN_VERSION ( version(0, 2
3
, 0) )
#define STEEM_INIT_PRIVATE_KEY (fc::ecc::private_key::regenerate(fc::sha256::hash(std::string("init_key"))))
#define STEEM_INIT_PRIVATE_KEY (fc::ecc::private_key::regenerate(fc::sha256::hash(std::string("init_key"))))
#define STEEM_INIT_PUBLIC_KEY_STR (std::string( steem::protocol::public_key_type(STEEM_INIT_PRIVATE_KEY.get_public_key()) ))
#define STEEM_INIT_PUBLIC_KEY_STR (std::string( steem::protocol::public_key_type(STEEM_INIT_PRIVATE_KEY.get_public_key()) ))
...
...
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