Use accurate memory for flushing decisions

This commit is contained in:
Pieter Wuille
2015-05-04 01:38:08 +02:00
parent 046392dc1d
commit fc684ad8af
3 changed files with 5 additions and 5 deletions

View File

@@ -119,7 +119,7 @@ extern bool fTxIndex;
extern bool fIsBareMultisigStd;
extern bool fCheckBlockIndex;
extern bool fCheckpointsEnabled;
extern unsigned int nCoinCacheSize;
extern size_t nCoinCacheUsage;
extern CFeeRate minRelayTxFee;
/** Best header we've seen so far (used for getheaders queries' starting points). */