|
|
|
@ -648,7 +648,7 @@ private:
@@ -648,7 +648,7 @@ private:
|
|
|
|
|
* A CWallet is an extension of a keystore, which also maintains a set of transactions and balances, |
|
|
|
|
* and provides the ability to create new transactions. |
|
|
|
|
*/ |
|
|
|
|
class CWallet : public CCryptoKeyStore, public CValidationInterface |
|
|
|
|
class CWallet final : public CCryptoKeyStore, public CValidationInterface |
|
|
|
|
{ |
|
|
|
|
private: |
|
|
|
|
static std::atomic<bool> fFlushScheduled; |
|
|
|
|