mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-06-21 22:31:21 +02:00
Use only kernel/coinstats.h in index/coinstatsindex.h
Removes a circular dependency, horray!
This commit is contained in:
parent
80970985c9
commit
0e54456f04
@ -9,7 +9,7 @@
|
|||||||
#include <crypto/muhash.h>
|
#include <crypto/muhash.h>
|
||||||
#include <flatfile.h>
|
#include <flatfile.h>
|
||||||
#include <index/base.h>
|
#include <index/base.h>
|
||||||
#include <node/coinstats.h>
|
#include <kernel/coinstats.h>
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* CoinStatsIndex maintains statistics on the UTXO set.
|
* CoinStatsIndex maintains statistics on the UTXO set.
|
||||||
|
@ -14,7 +14,6 @@ import sys
|
|||||||
EXPECTED_CIRCULAR_DEPENDENCIES = (
|
EXPECTED_CIRCULAR_DEPENDENCIES = (
|
||||||
"chainparamsbase -> util/system -> chainparamsbase",
|
"chainparamsbase -> util/system -> chainparamsbase",
|
||||||
"node/blockstorage -> validation -> node/blockstorage",
|
"node/blockstorage -> validation -> node/blockstorage",
|
||||||
"index/coinstatsindex -> node/coinstats -> index/coinstatsindex",
|
|
||||||
"policy/fees -> txmempool -> policy/fees",
|
"policy/fees -> txmempool -> policy/fees",
|
||||||
"qt/addresstablemodel -> qt/walletmodel -> qt/addresstablemodel",
|
"qt/addresstablemodel -> qt/walletmodel -> qt/addresstablemodel",
|
||||||
"qt/recentrequeststablemodel -> qt/walletmodel -> qt/recentrequeststablemodel",
|
"qt/recentrequeststablemodel -> qt/walletmodel -> qt/recentrequeststablemodel",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user