diff options
author | Jonas Schnelli <dev@jonasschnelli.ch> | 2017-02-16 14:22:18 +0100 |
---|---|---|
committer | Jonas Schnelli <dev@jonasschnelli.ch> | 2018-07-12 10:30:21 +0100 |
commit | 9995a602a639b64a749545b7c3bafbf67f97324f (patch) | |
tree | 2fd0c1cf77980214e7190642c842d1603f0ee530 /src/wallet/walletdb.h | |
parent | 5ba77df15de92deb35bfd501d4635aed3236af30 (diff) |
Add facility to store wallet flags (64 bits)
Diffstat (limited to 'src/wallet/walletdb.h')
-rw-r--r-- | src/wallet/walletdb.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 |