Supress struct/class mismatch warnings introduced in #10284.
This commit is contained in:
parent
c2ab38bdd5
commit
cc0ed26753
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