aboutsummaryrefslogtreecommitdiff
path: root/src/kernel/cs_main.cpp
blob: c3a08c96957a63d003139219da059c086071f6cb (plain)
1
2
3
4
5
6
7
// Copyright (c) 2023 The Bitcoin Core developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.

#include <sync.h>

RecursiveMutex cs_main;