aboutsummaryrefslogtreecommitdiff
path: root/src/qt/bantablemodel.cpp
diff options
context:
space:
mode:
authorAlex Morcos <morcos@chaincode.com>2015-11-12 16:57:03 -0500
committerAlex Morcos <morcos@chaincode.com>2015-11-18 12:16:40 -0500
commit8504867b146014c99c6acb180020a1369069c761 (patch)
treeeb651ea7ab069c76e1252d8617c260250f5edc5d /src/qt/bantablemodel.cpp
parent072e2f864445bc6ef3b390255f08c9e8bec2ea94 (diff)
downloadbitcoin-8504867b146014c99c6acb180020a1369069c761.tar.xz
Save the last unnecessary database read
It's possible coins with the same hash exist when you create a duplicate coinbase, so previously we were reading from the database to make sure we had the old coins cached so if we were to spend the new ones, the old ones would also be spent. This pull instead just marks the new coins as not fresh if they are from a coinbase, so if they are spent they will be written all the way down to the database anyway overwriting any duplicates.
Diffstat (limited to 'src/qt/bantablemodel.cpp')
0 files changed, 0 insertions, 0 deletions