Skip to content

Commit

Permalink
ready
Browse files Browse the repository at this point in the history
  • Loading branch information
lopu committed Sep 7, 2018
1 parent a9a54e7 commit 8a48bea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/protocol/get_config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ fc::variant_object get_config()
result["INFLATION_RATE_STOP_PERCENT"] = INFLATION_RATE_STOP_PERCENT;
result["INIT_MINER_NAME"] = INIT_MINER_NAME;
result["INIT_PUBLIC_KEY_STR"] = INIT_PUBLIC_KEY_STR;
#if 0
#if SHOW_PRIVATE_KEY
// do not expose private key, period.
// we need this line present but inactivated so CI check for all constants in config.hpp doesn't complain.
result["INIT_PRIVATE_KEY"] = INIT_PRIVATE_KEY;
Expand Down

0 comments on commit 8a48bea

Please sign in to comment.