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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user