Skip to content

Commit

Permalink
Build 0.20.12 without mira
Browse files Browse the repository at this point in the history
  • Loading branch information
mvandeberg committed Aug 5, 2019
1 parent 6316e4b commit 63b7b3d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion libraries/protocol/hardfork.d/0-preamble.hf
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@
#ifdef IS_TEST_NET
#define STEEM_NUM_HARDFORKS 22
#else
#define STEEM_NUM_HARDFORKS 21
#define STEEM_NUM_HARDFORKS 20
#endif
2 changes: 1 addition & 1 deletion libraries/protocol/include/steem/protocol/config.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@

#else // IS LIVE STEEM NETWORK

#define STEEM_BLOCKCHAIN_VERSION ( version(0, 21, 0) )
#define STEEM_BLOCKCHAIN_VERSION ( version(0, 20, 12) )

#define STEEM_INIT_PUBLIC_KEY_STR "STM8GC13uCZbP44HzMLV6zPZGwVQ8Nt4Kji8PapsPiNq1BK153XTX"
#define STEEM_CHAIN_ID fc::sha256()
Expand Down

0 comments on commit 63b7b3d

Please sign in to comment.