cc0ed2675
Supress struct/class mismatch warnings introduced in #10284. (Pavel Janík)
Tree-SHA512: 16a6870401b5227c276931841f188479ed5960cf38d8e685f222f58550744c9fcf96a2ea3f2be9a0b1a8d0856a802fc4ec38df7bf90cd5de1f3fe20c4ca15b9d
This commit is contained in:
commit
7a74f88a26
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ class CScheduler;
|
||||||
class CTxMemPool;
|
class CTxMemPool;
|
||||||
class CBlockPolicyEstimator;
|
class CBlockPolicyEstimator;
|
||||||
class CWalletTx;
|
class CWalletTx;
|
||||||
class FeeCalculation;
|
struct FeeCalculation;
|
||||||
|
|
||||||
/** (client) version numbers for particular wallet features */
|
/** (client) version numbers for particular wallet features */
|
||||||
enum WalletFeature
|
enum WalletFeature
|
||||||
|
|
Loading…
Reference in a new issue