diff options
author | Riccardo Spagni <ric@spagni.net> | 2016-04-26 20:36:35 +0200 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2016-04-26 20:36:35 +0200 |
commit | b6f19a485c9531d869fd484bca5d78d8e62f439c (patch) | |
tree | c80fd726d87a76371796f10e39d891b37ceb0132 /src/simplewallet/simplewallet.h | |
parent | Merge pull request #819 (diff) | |
parent | wallet: allow attaching notes to txids (diff) | |
download | monero-b6f19a485c9531d869fd484bca5d78d8e62f439c.tar.xz |
Merge pull request #816
7baed9b wallet: allow attaching notes to txids (moneromooo-monero)
ce6f8a6 wallet: add GMT timestamps to transfers/payments (moneromooo-monero)
Diffstat (limited to 'src/simplewallet/simplewallet.h')
-rw-r--r-- | src/simplewallet/simplewallet.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/simplewallet/simplewallet.h b/src/simplewallet/simplewallet.h index c9b25259c..0c69f0440 100644 --- a/src/simplewallet/simplewallet.h +++ b/src/simplewallet/simplewallet.h @@ -139,6 +139,8 @@ namespace cryptonote bool show_transfers(const std::vector<std::string> &args); bool rescan_blockchain(const std::vector<std::string> &args); bool refresh_main(uint64_t start_height, bool reset = false); + bool set_tx_note(const std::vector<std::string> &args); + bool get_tx_note(const std::vector<std::string> &args); uint64_t get_daemon_blockchain_height(std::string& err); bool try_connect_to_daemon(); |