diff options
author | Pieter Wuille <pieter@wuille.net> | 2022-08-07 20:56:17 -0400 |
---|---|---|
committer | Suhas Daftuar <sdaftuar@gmail.com> | 2022-08-23 16:05:00 -0400 |
commit | ed470940cddbeb40425960d51cefeec4948febe4 (patch) | |
tree | 91f598eec25c5714404c3c085a0e3d98be9cb73c /src/coins.cpp | |
parent | 84852bb6bb3579e475ce78fe729fd125ddbc715f (diff) |
Add functions to construct locators without CChain
This introduces an insignificant performance penalty, as it means locator
construction needs to use the skiplist-based CBlockIndex::GetAncestor()
function instead of the lookup-based CChain, but avoids the need for
callers to have access to a relevant CChain object.
Diffstat (limited to 'src/coins.cpp')
0 files changed, 0 insertions, 0 deletions