diff options
author | Riccardo Spagni <ric@spagni.net> | 2019-04-11 13:16:28 +0200 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2019-04-11 13:16:28 +0200 |
commit | 9c77dbf376e95a32015cb32d1233050241a2c99c (patch) | |
tree | 4b8e3fd692d377d6489e5ce2ce12e9fb4ea32257 /src/simplewallet/simplewallet.h | |
parent | Merge pull request #5384 (diff) | |
parent | simplewallet: add a welcome/disclaimer message command (diff) | |
download | monero-9c77dbf376e95a32015cb32d1233050241a2c99c.tar.xz |
Merge pull request #5386
d843f200 simplewallet: add a welcome/disclaimer message command (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 0cbb33cf9..76d446ba5 100644 --- a/src/simplewallet/simplewallet.h +++ b/src/simplewallet/simplewallet.h @@ -244,6 +244,7 @@ namespace cryptonote bool thaw(const std::vector<std::string>& args); bool frozen(const std::vector<std::string>& args); bool net_stats(const std::vector<std::string>& args); + bool welcome(const std::vector<std::string>& args); bool version(const std::vector<std::string>& args); bool cold_sign_tx(const std::vector<tools::wallet2::pending_tx>& ptx_vector, tools::wallet2::signed_tx_set &exported_txs, std::vector<cryptonote::address_parse_info> &dsts_info, std::function<bool(const tools::wallet2::signed_tx_set &)> accept_func); |