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