simplewallet: new command to generate a random payment id

This is trivial, but often requested, and possibly hard to do
in Windows. That makes it more user friendly.
This commit is contained in:
moneromooo-monero
2017-06-10 10:08:55 +01:00
parent e3da0ca828
commit b2319a03a6
2 changed files with 15 additions and 0 deletions
+1
View File
@@ -170,6 +170,7 @@ namespace cryptonote
bool import_outputs(const std::vector<std::string> &args);
bool show_transfer(const std::vector<std::string> &args);
bool change_password(const std::vector<std::string>& args);
bool payment_id(const std::vector<std::string> &args);
uint64_t get_daemon_blockchain_height(std::string& err);
bool try_connect_to_daemon(bool silent = false, uint32_t* version = nullptr);