diff options
author | stoffu <stoffu@protonmail.ch> | 2018-07-29 21:29:56 +0900 |
---|---|---|
committer | stoffu <stoffu@protonmail.ch> | 2018-07-30 20:50:05 +0900 |
commit | a3fe1c56ee782caa54e3159738f19589855d504e (patch) | |
tree | f5e30d93eb8003816c45cd36546aa060f13b9eaa /src/simplewallet/simplewallet.h | |
parent | Merge pull request #4088 (diff) | |
download | monero-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.h | 1 |
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); |