aboutsummaryrefslogtreecommitdiff
path: root/src/simplewallet/simplewallet.h
diff options
context:
space:
mode:
authorRiccardo Spagni <ric@spagni.net>2016-07-06 18:14:34 +0200
committerRiccardo Spagni <ric@spagni.net>2016-07-06 18:14:34 +0200
commit3923cbddaf49655b8c8c410cc767e1e6942fb4c0 (patch)
treed36dad76934290fe5f3df5b545ae85eb435e0d46 /src/simplewallet/simplewallet.h
parentMerge pull request #877 (diff)
parentwallet: add a fee multiplier (diff)
downloadmonero-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.h1
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();