mirror of
https://github.com/dashpay/dash.git
synced 2024-12-26 04:22:55 +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;
|
||||
enum class FeeEstimateMode;
|
||||
|
||||
extern CCriticalSection cs_main;
|
||||
|
||||
/** (client) version numbers for particular wallet features */
|
||||
enum WalletFeature
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user