aboutsummaryrefslogtreecommitdiff
path: root/src/simplewallet/simplewallet.h
diff options
context:
space:
mode:
authorRiccardo Spagni <ric@spagni.net>2017-06-18 17:34:41 +0200
committerRiccardo Spagni <ric@spagni.net>2017-06-18 17:34:41 +0200
commit91e1a7e3e240452533db0dfc68449c0be8e9a1da (patch)
treea5333748343adb62a8db4df0d0211b74c0690241 /src/simplewallet/simplewallet.h
parentMerge pull request #2079 (diff)
parentsimplewallet: new command to generate a random payment id (diff)
downloadmonero-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.h1
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);