diff options
author | selsta <selsta@sent.at> | 2020-04-29 17:53:29 +0200 |
---|---|---|
committer | selsta <selsta@sent.at> | 2020-06-21 20:15:10 +0200 |
commit | 99684e3ec3c613186a5c2fcc9844e817457d806d (patch) | |
tree | 6382ef9f5b3e1e9a043205befcd5ddccceb10094 /src/simplewallet/simplewallet.h | |
parent | Merge pull request #6460 (diff) | |
download | monero-99684e3ec3c613186a5c2fcc9844e817457d806d.tar.xz |
simplewallet: add show_qr_code command
Thanks to iDunk for helping with Windows.
Diffstat (limited to '')
-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 59818b303..ec2e86250 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); |