diff options
| author | Wladimir J. van der Laan <[email protected]> | 2016-05-10 15:15:40 +0200 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2016-05-10 15:15:47 +0200 |
| commit | 41138f914d16748df61ee62e7910b015afb5348c (patch) | |
| tree | 2aa8198e0e656595ef8210a5b1463a83427a452c /src/wallet/wallet.cpp | |
| parent | Merge #8019: Remove state arg from ReconsiderBlock, rename to ResetBlockFailu... (diff) | |
| parent | init: Move berkeleydb version reporting to wallet (diff) | |
| download | discoin-41138f914d16748df61ee62e7910b015afb5348c.tar.xz discoin-41138f914d16748df61ee62e7910b015afb5348c.zip | |
Merge #8036: init: Move berkeleydb version reporting to wallet
3e2c946 init: Move berkeleydb version reporting to wallet (Wladimir J. van der Laan)
Diffstat (limited to 'src/wallet/wallet.cpp')
| -rw-r--r-- | src/wallet/wallet.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wallet/wallet.cpp b/src/wallet/wallet.cpp index 29d713854..d32fe43ed 100644 --- a/src/wallet/wallet.cpp +++ b/src/wallet/wallet.cpp @@ -368,6 +368,7 @@ void CWallet::Flush(bool shutdown) bool CWallet::Verify() { + LogPrintf("Using BerkeleyDB version %s\n", DbEnv::version(0, 0, 0)); std::string walletFile = GetArg("-wallet", DEFAULT_WALLET_DAT); LogPrintf("Using wallet %s\n", walletFile); |