Merge pull request #1281

bb560dd wallet: new import_outputs/export_outputs commands (moneromooo-monero)
This commit is contained in:
Riccardo Spagni
2016-11-01 15:12:03 +02:00
4 changed files with 154 additions and 1 deletions
+2
View File
@@ -152,6 +152,8 @@ namespace cryptonote
bool verify(const std::vector<std::string> &args);
bool export_key_images(const std::vector<std::string> &args);
bool import_key_images(const std::vector<std::string> &args);
bool export_outputs(const std::vector<std::string> &args);
bool import_outputs(const std::vector<std::string> &args);
uint64_t get_daemon_blockchain_height(std::string& err);
bool try_connect_to_daemon(bool silent = false);