diff options
author | Riccardo Spagni <ric@spagni.net> | 2016-07-06 18:14:34 +0200 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2016-07-06 18:14:34 +0200 |
commit | 3923cbddaf49655b8c8c410cc767e1e6942fb4c0 (patch) | |
tree | d36dad76934290fe5f3df5b545ae85eb435e0d46 /src/simplewallet/simplewallet.h | |
parent | Merge pull request #877 (diff) | |
parent | wallet: add a fee multiplier (diff) | |
download | monero-3923cbddaf49655b8c8c410cc767e1e6942fb4c0.tar.xz |
Merge pull request #878
945c272 wallet: add a fee multiplier (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 66f74b456..e0478eb6e 100644 --- a/src/simplewallet/simplewallet.h +++ b/src/simplewallet/simplewallet.h @@ -142,6 +142,7 @@ namespace cryptonote bool set_tx_note(const std::vector<std::string> &args); bool get_tx_note(const std::vector<std::string> &args); bool status(const std::vector<std::string> &args); + bool set_default_fee_multiplier(const std::vector<std::string> &args); uint64_t get_daemon_blockchain_height(std::string& err); bool try_connect_to_daemon(); |