aboutsummaryrefslogtreecommitdiff
path: root/src/rpc/blockchain.h
diff options
context:
space:
mode:
authorfanquake <fanquake@gmail.com>2022-09-15 10:45:07 +0100
committerfanquake <fanquake@gmail.com>2023-01-05 09:05:14 +0000
commit282019cd3ddb060db350654e6f855f7ea37e0d34 (patch)
tree0d4cf47437572b3d80a6275392d291701ec14f3f /src/rpc/blockchain.h
parent296e88225096125b08665b97715c5b8ebb1d28ec (diff)
refactor: add kernel/cs_main.*
Co-authored-by: Anthony Towns <aj@erisian.com.au>
Diffstat (limited to 'src/rpc/blockchain.h')
-rw-r--r--src/rpc/blockchain.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/rpc/blockchain.h b/src/rpc/blockchain.h
index 2a802f7fee..9ccb87b78a 100644
--- a/src/rpc/blockchain.h
+++ b/src/rpc/blockchain.h
@@ -16,8 +16,6 @@
#include <stdint.h>
#include <vector>
-extern RecursiveMutex cs_main;
-
class CBlock;
class CBlockIndex;
class Chainstate;