aboutsummaryrefslogtreecommitdiff
path: root/src/simplewallet/simplewallet.h
diff options
context:
space:
mode:
authorstoffu <stoffu@protonmail.ch>2018-07-29 21:29:56 +0900
committerstoffu <stoffu@protonmail.ch>2018-07-30 20:50:05 +0900
commita3fe1c56ee782caa54e3159738f19589855d504e (patch)
treef5e30d93eb8003816c45cd36546aa060f13b9eaa /src/simplewallet/simplewallet.h
parentMerge pull request #4088 (diff)
downloadmonero-a3fe1c56ee782caa54e3159738f19589855d504e.tar.xz
simplewallet: add set_tx_key for importing tx keys from 3rd party wallets
Diffstat (limited to '')
-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 1f2765055..e78cdcc31 100644
--- a/src/simplewallet/simplewallet.h
+++ b/src/simplewallet/simplewallet.h
@@ -176,6 +176,7 @@ namespace cryptonote
bool rescan_spent(const std::vector<std::string> &args);
bool set_log(const std::vector<std::string> &args);
bool get_tx_key(const std::vector<std::string> &args);
+ bool set_tx_key(const std::vector<std::string> &args);
bool check_tx_key(const std::vector<std::string> &args);
bool get_tx_proof(const std::vector<std::string> &args);
bool check_tx_proof(const std::vector<std::string> &args);