diff options
author | Riccardo Spagni <ric@spagni.net> | 2016-10-04 12:11:32 +0200 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2016-10-04 12:11:32 +0200 |
commit | bfdac4b5ffc25e246e4eadad145963b1b18fd0c9 (patch) | |
tree | e9b351343e93384cf36036f72f658f2895e963bb /src/simplewallet/simplewallet.h | |
parent | Merge pull request #1139 (diff) | |
parent | wallet: wallet option to confirm transfers with no payment id (diff) | |
download | monero-bfdac4b5ffc25e246e4eadad145963b1b18fd0c9.tar.xz |
Merge pull request #1160
80b4da3 wallet: wallet option to confirm transfers with no 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 61e956ce9..14c036f2b 100644 --- a/src/simplewallet/simplewallet.h +++ b/src/simplewallet/simplewallet.h @@ -110,6 +110,7 @@ namespace cryptonote bool set_default_mixin(const std::vector<std::string> &args = std::vector<std::string>()); bool set_auto_refresh(const std::vector<std::string> &args = std::vector<std::string>()); bool set_refresh_type(const std::vector<std::string> &args = std::vector<std::string>()); + bool set_confirm_missing_payment_id(const std::vector<std::string> &args = std::vector<std::string>()); bool help(const std::vector<std::string> &args = std::vector<std::string>()); bool start_mining(const std::vector<std::string> &args); bool stop_mining(const std::vector<std::string> &args); |