Skip to content

Commit

Permalink
Update src/SimpleWallet/SimpleWallet.h
Browse files Browse the repository at this point in the history
  • Loading branch information
cryptokatz committed Oct 17, 2018
1 parent 1194d8b commit 4b32bf5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/SimpleWallet/SimpleWallet.h
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ namespace CryptoNote
bool show_blockchain_height(const std::vector<std::string> &args);
bool show_num_unlocked_outputs(const std::vector<std::string> &args);
bool optimize_outputs(const std::vector<std::string> &args);
bool optimize_all_outputs(const std::vector<std::string> &args);
bool listTransfers(const std::vector<std::string> &args);
bool transfer(const std::vector<std::string> &args);
bool print_address(const std::vector<std::string> &args = std::vector<std::string>());
Expand Down

0 comments on commit 4b32bf5

Please sign in to comment.