wallet: allow attaching notes to txids

This commit is contained in:
moneromooo-monero
2016-04-20 18:19:42 +01:00
parent ce6f8a6324
commit 7baed9bd89
8 changed files with 193 additions and 4 deletions
+2
View File
@@ -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();