diff options
author | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2017-08-27 21:04:56 +0100 |
---|---|---|
committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2017-08-29 16:27:20 +0100 |
commit | 31b1c6c10d3d3e5849256dfbb0898b3e3902326b (patch) | |
tree | 37395637a6d50e519f58c25e7617ec90e2410395 /src/simplewallet/simplewallet.h | |
parent | Merge pull request #2343 (diff) | |
download | monero-31b1c6c10d3d3e5849256dfbb0898b3e3902326b.tar.xz |
simplewallet: new "fee" command to display fee information
including expected transaction backlog at different priorities
Diffstat (limited to '')
-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 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); |