mirror of
https://github.com/monero-project/monero.git
synced 2025-08-16 21:10:24 -04:00
Merge pull request #9854
c7f01e57f
Blockchain: remove skip for pruned txs in `check_tx_inputs()` (jeffro256)
This commit is contained in:
commit
4b7263d587
1 changed files with 0 additions and 4 deletions
|
@ -3258,10 +3258,6 @@ bool Blockchain::check_tx_inputs(transaction& tx, tx_verification_context &tvc,
|
|||
if(pmax_used_block_height)
|
||||
*pmax_used_block_height = 0;
|
||||
|
||||
// pruned txes are skipped, as they're only allowed in sync-pruned-blocks mode, which is within the builtin hashes
|
||||
if (tx.pruned)
|
||||
return true;
|
||||
|
||||
crypto::hash tx_prefix_hash = get_transaction_prefix_hash(tx);
|
||||
|
||||
const uint8_t hf_version = m_hardfork->get_current_version();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue