diff options
| author | Pavel Janík <[email protected]> | 2017-06-15 14:43:44 +0200 |
|---|---|---|
| committer | Pavel Janík <[email protected]> | 2017-06-15 14:43:44 +0200 |
| commit | cc0ed2675313dd40567df4bec6ccc12e63d7d2bb (patch) | |
| tree | 6fa2e01cdee262da2f9aa8b5f3a9ff58cc6adeac | |
| parent | Merge #10284: Always log debug information for fee calculation in CreateTrans... (diff) | |
| download | discoin-cc0ed2675313dd40567df4bec6ccc12e63d7d2bb.tar.xz discoin-cc0ed2675313dd40567df4bec6ccc12e63d7d2bb.zip | |
Supress struct/class mismatch warnings introduced in #10284.
| -rw-r--r-- | src/wallet/wallet.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wallet/wallet.h b/src/wallet/wallet.h index 45937ee21..ad606b853 100644 --- a/src/wallet/wallet.h +++ b/src/wallet/wallet.h @@ -77,7 +77,7 @@ class CScheduler; class CTxMemPool; class CBlockPolicyEstimator; class CWalletTx; -class FeeCalculation; +struct FeeCalculation; /** (client) version numbers for particular wallet features */ enum WalletFeature |