diff options
author | MarcoFalke <falke.marco@gmail.com> | 2020-07-11 13:56:13 +0200 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2020-07-11 14:24:36 +0200 |
commit | facd7dd3d1f9d51e1133974ff69eeb48f5ae282b (patch) | |
tree | 8e73b4e97801363108dee58962700e07efa55bf4 /src/wallet/bdb.h | |
parent | 5f96bce9b7f38c687817d58e8b54a5b7ebfe91b3 (diff) |
wallet: Fix typo in comments; Simplify assert
Diffstat (limited to 'src/wallet/bdb.h')
-rw-r--r-- | src/wallet/bdb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wallet/bdb.h b/src/wallet/bdb.h index 599319482b..9cc42ddc06 100644 --- a/src/wallet/bdb.h +++ b/src/wallet/bdb.h @@ -90,7 +90,7 @@ public: /** Get BerkeleyEnvironment and database filename given a wallet path. */ std::shared_ptr<BerkeleyEnvironment> GetWalletEnv(const fs::path& wallet_path, std::string& database_filename); -/** Return wheter a BDB wallet database is currently loaded. */ +/** Return whether a BDB wallet database is currently loaded. */ bool IsBDBWalletLoaded(const fs::path& wallet_path); /** An instance of this class represents one database. |