diff options
| author | luigi1111 <luigi1111w@gmail.com> | 2021-06-24 13:59:44 -0500 |
|---|---|---|
| committer | luigi1111 <luigi1111w@gmail.com> | 2021-06-24 13:59:44 -0500 |
| commit | 3366bd81eba74fcd4a30ec791ed5574516bdf8f1 (patch) | |
| tree | 23dd77e022ebd534a58d113d3912bcaa08ed0673 /src/cryptonote_core/blockchain.h | |
| parent | 1796b44c67a5932cfa817069bb48746df01b2540 (diff) | |
| parent | 254a1338adb3c5b62ec55fda5992fa7c9a0ccddd (diff) | |
| download | monzero-core-3366bd81eba74fcd4a30ec791ed5574516bdf8f1.tar.gz monzero-core-3366bd81eba74fcd4a30ec791ed5574516bdf8f1.tar.xz monzero-core-3366bd81eba74fcd4a30ec791ed5574516bdf8f1.zip | |
Merge pull request #7612
254a133 core: speed up print_coinbase_tx_sum (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 5291f1338..a0e7967de 100644 --- a/src/cryptonote_core/blockchain.h +++ b/src/cryptonote_core/blockchain.h @@ -721,7 +721,7 @@ namespace cryptonote template<class t_ids_container, class t_tx_container, class t_missed_container> bool get_split_transactions_blobs(const t_ids_container& txs_ids, t_tx_container& txs, t_missed_container& missed_txs) const; template<class t_ids_container, class t_tx_container, class t_missed_container> - bool get_transactions(const t_ids_container& txs_ids, t_tx_container& txs, t_missed_container& missed_txs) const; + bool get_transactions(const t_ids_container& txs_ids, t_tx_container& txs, t_missed_container& missed_txs, bool pruned = false) const; //debug functions |
