Skip to content

Commit 8bfa13b

Browse files
author
MarcoFalke
committed
Merge #9936: [trivial] Fix three typos introduced into walletdb.h in commit 7184e25
fdab309 [trivial] Fix typos introduced in 7184e25 (practicalswift) Tree-SHA512: 091666f996267fc5d9f911e6ff25051df5c198851a9c2a6cae73692ffacc64f4275932260487aa48a224ca7f80c58f79933065c72d42aeccae540293c67bcee9
2 parents ac23a7c + fdab309 commit 8bfa13b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/wallet/walletdb.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,11 +172,11 @@ class CWalletDB : public CDB
172172
DBErrors ZapSelectTx(std::vector<uint256>& vHashIn, std::vector<uint256>& vHashOut);
173173
/* Try to (very carefully!) recover wallet database (with a possible key type filter) */
174174
static bool Recover(const std::string& filename, void *callbackDataIn, bool (*recoverKVcallback)(void* callbackData, CDataStream ssKey, CDataStream ssValue));
175-
/* Recover convenience-function to bypass the key filter callback, called when verify failes, recoveres everything */
175+
/* Recover convenience-function to bypass the key filter callback, called when verify fails, recovers everything */
176176
static bool Recover(const std::string& filename);
177177
/* Recover filter (used as callback), will only let keys (cryptographical keys) as KV/key-type pass through */
178178
static bool RecoverKeysOnlyFilter(void *callbackData, CDataStream ssKey, CDataStream ssValue);
179-
/* Function to determin if a certain KV/key-type is a key (cryptographical key) type */
179+
/* Function to determine if a certain KV/key-type is a key (cryptographical key) type */
180180
static bool IsKeyType(const std::string& strType);
181181
/* verifies the database environment */
182182
static bool VerifyEnvironment(const std::string& walletFile, const boost::filesystem::path& dataDir, std::string& errorStr);

0 commit comments

Comments
 (0)