aboutsummaryrefslogtreecommitdiff
path: root/src/rpc/blockchain.h
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2022-01-02 10:24:24 +0100
committerMarcoFalke <falke.marco@gmail.com>2022-01-02 10:29:11 +0100
commitfa98b6f6449d33b315a73156c6de968f1757d53a (patch)
treeb08d1af9e6c73b82774e4be011837ee36527e0e2 /src/rpc/blockchain.h
parent8b5a4de904b414fb3a818732cd0a2c90b91bc275 (diff)
downloadbitcoin-fa98b6f6449d33b315a73156c6de968f1757d53a.tar.xz
rpc: Add EnsureArgsman helper
Diffstat (limited to 'src/rpc/blockchain.h')
-rw-r--r--src/rpc/blockchain.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/rpc/blockchain.h b/src/rpc/blockchain.h
index e487accb66..2176b5997e 100644
--- a/src/rpc/blockchain.h
+++ b/src/rpc/blockchain.h
@@ -21,7 +21,6 @@ class CBlock;
class CBlockIndex;
class CChainState;
class CTxMemPool;
-class ChainstateManager;
class UniValue;
struct NodeContext;