danicoin/src/blockchain_db/lmdb
moneromooo-monero cca95c1c7a
blockchain_db: do not throw on expected partial results getting keys
When scanning for outputs used in a set of incoming blocks,
we expect that some of the inputs in their transactions will
not be found in the blockchain, as they could be in previous
blocks in that set. Those outputs will be scanned there at
a later point. In this case, we add a flag to control wehther
an output not being found is expected or not.
2017-02-13 19:05:30 +00:00
..
db_lmdb.cpp blockchain_db: do not throw on expected partial results getting keys 2017-02-13 19:05:30 +00:00
db_lmdb.h blockchain_db: do not throw on expected partial results getting keys 2017-02-13 19:05:30 +00:00