mirror of
https://github.com/dashpay/dash.git
synced 2024-12-26 12:32:48 +01:00
fix macos compilation by including an extern to cs_main
Signed-off-by: pasta <pasta@dashboost.org>
This commit is contained in:
parent
f9a16ff05d
commit
e01d766fd1
@ -83,6 +83,8 @@ class CWalletTx;
|
|||||||
struct FeeCalculation;
|
struct FeeCalculation;
|
||||||
enum class FeeEstimateMode;
|
enum class FeeEstimateMode;
|
||||||
|
|
||||||
|
extern CCriticalSection cs_main;
|
||||||
|
|
||||||
/** (client) version numbers for particular wallet features */
|
/** (client) version numbers for particular wallet features */
|
||||||
enum WalletFeature
|
enum WalletFeature
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user