Cleanup
drop obsolete remove_output() fix get_output_key(global), fix crash in blockchain_dump
This commit is contained in:
@@ -288,11 +288,9 @@ private:
|
||||
const std::vector<uint64_t>& amount_output_indices
|
||||
);
|
||||
|
||||
virtual void remove_output(const tx_out& tx_output);
|
||||
|
||||
void remove_tx_outputs(const uint64_t tx_id, const transaction& tx);
|
||||
|
||||
void remove_output(const uint64_t& out_index, const uint64_t amount);
|
||||
void remove_output(const uint64_t amount, const uint64_t& out_index);
|
||||
|
||||
virtual void add_spent_key(const crypto::key_image& k_image);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user