aboutsummaryrefslogtreecommitdiff
path: root/src/simplewallet/simplewallet.h
diff options
context:
space:
mode:
authorAlexander Blair <snipa@jagtech.io>2020-07-16 06:14:29 -0700
committerAlexander Blair <snipa@jagtech.io>2020-07-16 06:14:30 -0700
commit5041de8a3b48f4db5b1a7b8f454d14bd2e3759c9 (patch)
treede71db37940cc354a16ee1e92d6b60e67201afa8 /src/simplewallet/simplewallet.h
parentMerge pull request #6476 (diff)
parentsimplewallet: add show_qr_code command (diff)
downloadmonero-5041de8a3b48f4db5b1a7b8f454d14bd2e3759c9.tar.xz
Merge pull request #6488
99684e3e simplewallet: add show_qr_code command (selsta)
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 12cee11dc..2ff434c23 100644
--- a/src/simplewallet/simplewallet.h
+++ b/src/simplewallet/simplewallet.h
@@ -258,6 +258,7 @@ namespace cryptonote
bool rpc_payment_info(const std::vector<std::string> &args);
bool start_mining_for_rpc(const std::vector<std::string> &args);
bool stop_mining_for_rpc(const std::vector<std::string> &args);
+ bool show_qr_code(const std::vector<std::string> &args);
bool net_stats(const std::vector<std::string>& args);
bool public_nodes(const std::vector<std::string>& args);
bool welcome(const std::vector<std::string>& args);