aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/wallet2.h
diff options
context:
space:
mode:
authormoneromooo-monero <moneromooo-monero@users.noreply.github.com>2016-10-30 12:14:33 +0000
committermoneromooo-monero <moneromooo-monero@users.noreply.github.com>2016-10-30 12:14:33 +0000
commit7e6d3cf4413bf933dc95e8c4bb285664161b42f0 (patch)
treefa349100f4be11be19a479960c335953f3dfd52d /src/wallet/wallet2.h
parentwallet: print tx overview on submit_transfer too (diff)
downloadmonero-7e6d3cf4413bf933dc95e8c4bb285664161b42f0.tar.xz
wallet: set incoming outputs' key image to 0 on view wallets
This allows rescan_spent to know the daemon response to those is not valid.
Diffstat (limited to 'src/wallet/wallet2.h')
-rw-r--r--src/wallet/wallet2.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wallet/wallet2.h b/src/wallet/wallet2.h
index b6312dd21..1b4af18f6 100644
--- a/src/wallet/wallet2.h
+++ b/src/wallet/wallet2.h
@@ -523,6 +523,7 @@ namespace tools
void set_unspent(size_t idx);
template<typename entry>
void get_outs(std::vector<std::vector<entry>> &outs, const std::list<size_t> &selected_transfers, size_t fake_outputs_count);
+ bool wallet_generate_key_image_helper(const cryptonote::account_keys& ack, const crypto::public_key& tx_public_key, size_t real_output_index, cryptonote::keypair& in_ephemeral, crypto::key_image& ki);
cryptonote::account_base m_account;
std::string m_daemon_address;