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 36d743f commit 84f048a
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions libraries/plugins/witness/witness_plugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -85,12 +85,14 @@ void new_chain_banner( const node::chain::database& db )
"* ------- KEYPAIRS ------- *\n"
"* ------------------------ *\n";
for (auto const& [key, val] : _private_keys){
std::cerr << "* ------ PUBLIC KEY ------ " <<
key << "\n* ------ PRIVATE KEY ------ " <<
val;
std::cerr <<
"* -------- PUB --------- *\n" <<
key << " *\n"
"* ------ PRIVATE ------- *\n" <<
val << " *\n";
};
std:cerr <<
"\n* ------------------------ *\n"
"* ------------------------ *\n"
"* *\n"
"********************************\n"
"\n"
Expand Down

0 comments on commit 84f048a

Please sign in to comment.