aboutsummaryrefslogtreecommitdiff
path: root/src/index
diff options
context:
space:
mode:
authorCarl Dong <contact@carldong.me>2022-05-02 14:25:05 -0400
committerCarl Dong <contact@carldong.me>2022-05-23 14:53:35 -0400
commit0e54456f0498e52131f8ae0c76b4dfe25f45b076 (patch)
treeaf084f574bed46f24c40f7991c6f46dc9304fc43 /src/index
parent80970985c965f79b8c376c8a922497e385445dd8 (diff)
downloadbitcoin-0e54456f0498e52131f8ae0c76b4dfe25f45b076.tar.xz
Use only kernel/coinstats.h in index/coinstatsindex.h
Removes a circular dependency, horray!
Diffstat (limited to 'src/index')
-rw-r--r--src/index/coinstatsindex.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/index/coinstatsindex.h b/src/index/coinstatsindex.h
index a6c935c25e..315f1fa14a 100644
--- a/src/index/coinstatsindex.h
+++ b/src/index/coinstatsindex.h
@@ -9,7 +9,7 @@
#include <crypto/muhash.h>
#include <flatfile.h>
#include <index/base.h>
-#include <node/coinstats.h>
+#include <kernel/coinstats.h>
/**
* CoinStatsIndex maintains statistics on the UTXO set.