Post
Topic
Board Development & Technical Discussion
Merits 2 from 1 user
Topic OP
Optimize checkblock transaction checking on Bitcoin Core
by
namecoin
on 09/09/2015, 07:53:41 UTC
⭐ Merited by ABCbits (2)
It seems that we might be able to optimize some transaction checkings. 
Many checkings are done twice:
1. when the transaction is placed into the pool
2. when verifying validity of the transaction in a block

Why don't we simply check if the transaction in a block is already in the memory pool?  The transaction is already verified when it is placed into the pool. 

Does this makes sense?  If so, is there a reason that bitcoind does not want to do this?   Huh

Thank you very much for your review.