Browse Source

update wallet-utility help

pull/43/head
Duke Leto 5 years ago
parent
commit
cb47f78d4c
  1. 2
      src/wallet-utility.cpp

2
src/wallet-utility.cpp

@ -31,7 +31,7 @@ unsigned int MAX_BLOCK_SIGOPS = 20000;
void show_help()
{
std::cout <<
"This program outputs Bitcoin addresses and private keys from a wallet.dat file" << std::endl
"This program outputs Hush addresses and private keys from a wallet.dat file" << std::endl
<< std::endl
<< "Usage and options: "
<< std::endl

Loading…
Cancel
Save