diff options
author | Carl Dong <contact@carldong.me> | 2022-02-16 15:31:02 -0500 |
---|---|---|
committer | Carl Dong <contact@carldong.me> | 2022-05-23 14:53:31 -0400 |
commit | 35f73ce4b2efd7341fe55f77b334f27ad8aad090 (patch) | |
tree | 6c43c08e4c3da86c3dee3c1152bafb1435300a8c /src/bitcoin-util-res.rc | |
parent | b7634fe02b6b030f5d62502c73db84ba9a276640 (diff) |
coinstats: Move hasher codepath to kernel/coinstats
As mentioned in a previous commit, the hashing codepath can now be moved
to a separate file. This decouples callers that only rely on the hashing
codepath from the indexing one.
This is key for libbitcoinkernel, which needs to have the CoinsStats
hashing codepath for AssumeUTXO, but does not wish to be coupled with
indexes.
Note that only the .cpp file is split in this commit, the header files
will be split in a subsequent commit and the #includes to
node/coinstats.h will be adjusted to only #include the necessary
headers.
Diffstat (limited to 'src/bitcoin-util-res.rc')
0 files changed, 0 insertions, 0 deletions