From 9995a602a639b64a749545b7c3bafbf67f97324f Mon Sep 17 00:00:00 2001 From: Jonas Schnelli Date: Thu, 16 Feb 2017 14:22:18 +0100 Subject: Add facility to store wallet flags (64 bits) --- src/wallet/walletdb.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/wallet/walletdb.h') diff --git a/src/wallet/walletdb.h b/src/wallet/walletdb.h index 3237376f63..674d1c2201 100644 --- a/src/wallet/walletdb.h +++ b/src/wallet/walletdb.h @@ -234,6 +234,7 @@ public: //! write the hdchain model (external chain child index counter) bool WriteHDChain(const CHDChain& chain); + bool WriteWalletFlags(const uint64_t flags); //! Begin a new transaction bool TxnBegin(); //! Commit current transaction -- cgit v1.2.3