diff options
author | stoffu <stoffu@protonmail.ch> | 2017-09-26 13:06:08 +0900 |
---|---|---|
committer | stoffu <stoffu@protonmail.ch> | 2017-10-03 08:13:00 +0900 |
commit | bd9371395e75219a5b1794a8843a07496ce55d9b (patch) | |
tree | 30b2325b1c28c01d2bbd7381fcff4d23eebd0a41 /src/wallet/wallet2.h | |
parent | Merge pull request #2518 (diff) | |
download | monero-bd9371395e75219a5b1794a8843a07496ce55d9b.tar.xz |
wallet2: error check for generate_key_image_helper, removed redundant wallet_generate_key_image_helper
Diffstat (limited to 'src/wallet/wallet2.h')
-rw-r--r-- | src/wallet/wallet2.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/wallet/wallet2.h b/src/wallet/wallet2.h index 1dff14a95..56ec552da 100644 --- a/src/wallet/wallet2.h +++ b/src/wallet/wallet2.h @@ -719,7 +719,6 @@ namespace tools void set_spent(size_t idx, uint64_t height); void set_unspent(size_t idx); void get_outs(std::vector<std::vector<get_outs_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); crypto::public_key get_tx_pub_key_from_received_outs(const tools::wallet2::transfer_details &td) const; bool should_pick_a_second_output(bool use_rct, size_t n_transfers, const std::vector<size_t> &unused_transfers_indices, const std::vector<size_t> &unused_dust_indices) const; std::vector<size_t> get_only_rct(const std::vector<size_t> &unused_dust_indices, const std::vector<size_t> &unused_transfers_indices) const; |