diff options
author | Riccardo Spagni <ric@spagni.net> | 2019-01-16 21:32:14 +0200 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2019-01-16 21:32:14 +0200 |
commit | a80978e69957a27f20156ed0f38cb1043d6e9d52 (patch) | |
tree | 29e51edf70d2433f6fb3d76f65f2c98af9a5124d /src/cryptonote_core/blockchain.h | |
parent | Merge pull request #5012 (diff) | |
parent | cryptonote_core: revert extra_tx_map (diff) | |
download | monero-a80978e69957a27f20156ed0f38cb1043d6e9d52.tar.xz |
Merge pull request #5015
6f2081f8 cryptonote_core: revert extra_tx_map (moneromooo-monero)
Diffstat (limited to 'src/cryptonote_core/blockchain.h')
-rw-r--r-- | src/cryptonote_core/blockchain.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cryptonote_core/blockchain.h b/src/cryptonote_core/blockchain.h index 251c262ee..5a1c4b9ad 100644 --- a/src/cryptonote_core/blockchain.h +++ b/src/cryptonote_core/blockchain.h @@ -925,7 +925,7 @@ namespace cryptonote * @param outputs return-by-reference the outputs collected */ void output_scan_worker(const uint64_t amount,const std::vector<uint64_t> &offsets, - std::vector<output_data_t> &outputs, const std::vector<output_data_t> &extra_tx_map) const; + std::vector<output_data_t> &outputs) const; /** * @brief computes the "short" and "long" hashes for a set of blocks |