diff options
author | Riccardo Spagni <ric@spagni.net> | 2017-06-18 17:34:41 +0200 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2017-06-18 17:34:41 +0200 |
commit | 91e1a7e3e240452533db0dfc68449c0be8e9a1da (patch) | |
tree | a5333748343adb62a8db4df0d0211b74c0690241 /src/simplewallet/simplewallet.h | |
parent | Merge pull request #2079 (diff) | |
parent | simplewallet: new command to generate a random payment id (diff) | |
download | monero-91e1a7e3e240452533db0dfc68449c0be8e9a1da.tar.xz |
Merge pull request #2081
b2319a03 simplewallet: new command to generate a random payment id (moneromooo-monero)
Diffstat (limited to 'src/simplewallet/simplewallet.h')
-rw-r--r-- | src/simplewallet/simplewallet.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/simplewallet/simplewallet.h b/src/simplewallet/simplewallet.h index 1b58ff32a..edef47e01 100644 --- a/src/simplewallet/simplewallet.h +++ b/src/simplewallet/simplewallet.h @@ -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); |