diff options
| author | Pieter Wuille <[email protected]> | 2017-06-16 12:27:53 -0700 |
|---|---|---|
| committer | Pieter Wuille <[email protected]> | 2017-06-16 12:35:11 -0700 |
| commit | 7a74f88a26cf251ba36b26f604f1ac9940fd9c92 (patch) | |
| tree | 6fa2e01cdee262da2f9aa8b5f3a9ff58cc6adeac /src | |
| parent | Merge #10284: Always log debug information for fee calculation in CreateTrans... (diff) | |
| parent | Supress struct/class mismatch warnings introduced in #10284. (diff) | |
| download | discoin-7a74f88a26cf251ba36b26f604f1ac9940fd9c92.tar.xz discoin-7a74f88a26cf251ba36b26f604f1ac9940fd9c92.zip | |
Merge #10598: Supress struct/class mismatch warnings introduced in #10284
cc0ed2675 Supress struct/class mismatch warnings introduced in #10284. (Pavel JanÃk)
Tree-SHA512: 16a6870401b5227c276931841f188479ed5960cf38d8e685f222f58550744c9fcf96a2ea3f2be9a0b1a8d0856a802fc4ec38df7bf90cd5de1f3fe20c4ca15b9d
Diffstat (limited to 'src')
| -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 |