diff options
author | Alex Morcos <morcos@chaincode.com> | 2015-11-02 21:27:15 -0500 |
---|---|---|
committer | Alex Morcos <morcos@chaincode.com> | 2015-11-02 21:27:15 -0500 |
commit | 14470f9aa6baf02ca7162564f397153a2da0c592 (patch) | |
tree | 7fb16312c72044614b80f243347ee1cb1ac0b390 /depends | |
parent | 8fe30fb4d130532d4a0e4c9d143f03e1b85a749e (diff) |
ModifyNewCoins saves database lookups
When processing a new transaction, in addition to spending the Coins of its txin's it creates a new Coins for its outputs. The existing ModifyCoins function will first make sure this Coins does not already exist. It can not exist due to BIP 30, but because of that the lookup can't be cached and always has to go to the database. Since we are creating the coins to match the new tx anyway, there is no point in checking if they exist first anyway. However this should not be used for coinbase tx's in order to preserve the historical behavior of overwriting the two existing duplicate tx pairs.
Diffstat (limited to 'depends')
0 files changed, 0 insertions, 0 deletions