aboutsummaryrefslogtreecommitdiff
path: root/src/simplewallet/simplewallet.h
diff options
context:
space:
mode:
authormoneromooo-monero <moneromooo-monero@users.noreply.github.com>2017-08-27 21:04:56 +0100
committermoneromooo-monero <moneromooo-monero@users.noreply.github.com>2017-08-29 16:28:18 +0100
commitadce8ae466cd86167f55b757dcf1188850f1cb27 (patch)
tree9909aada2c39c2376b6fa9859b80715f6a9db89c /src/simplewallet/simplewallet.h
parentMerge pull request #2349 (diff)
downloadmonero-adce8ae466cd86167f55b757dcf1188850f1cb27.tar.xz
simplewallet: new "fee" command to display fee information
including expected transaction backlog at different priorities
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 eac4cbc99..079fae9f5 100644
--- a/src/simplewallet/simplewallet.h
+++ b/src/simplewallet/simplewallet.h
@@ -175,6 +175,7 @@ namespace cryptonote
bool show_transfer(const std::vector<std::string> &args);
bool change_password(const std::vector<std::string>& args);
bool payment_id(const std::vector<std::string> &args);
+ bool print_fee_info(const std::vector<std::string> &args);
uint64_t get_daemon_blockchain_height(std::string& err);
bool try_connect_to_daemon(bool silent = false, uint32_t* version = nullptr);