We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8097098 commit 0e54456Copy full SHA for 0e54456
src/index/coinstatsindex.h
@@ -9,7 +9,7 @@
9
#include <crypto/muhash.h>
10
#include <flatfile.h>
11
#include <index/base.h>
12
-#include <node/coinstats.h>
+#include <kernel/coinstats.h>
13
14
/**
15
* CoinStatsIndex maintains statistics on the UTXO set.
test/lint/lint-circular-dependencies.py
@@ -14,7 +14,6 @@
EXPECTED_CIRCULAR_DEPENDENCIES = (
"chainparamsbase -> util/system -> chainparamsbase",
16
"node/blockstorage -> validation -> node/blockstorage",
17
- "index/coinstatsindex -> node/coinstats -> index/coinstatsindex",
18
"policy/fees -> txmempool -> policy/fees",
19
"qt/addresstablemodel -> qt/walletmodel -> qt/addresstablemodel",
20
"qt/recentrequeststablemodel -> qt/walletmodel -> qt/recentrequeststablemodel",
0 commit comments