mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-12-06 02:33:28 +01:00
walletdb: move IsWalletLoaded to walletdb.cpp
This commit is contained in:
@@ -1018,3 +1018,8 @@ bool WalletBatch::TxnAbort()
|
||||
{
|
||||
return m_batch.TxnAbort();
|
||||
}
|
||||
|
||||
bool IsWalletLoaded(const fs::path& wallet_path)
|
||||
{
|
||||
return IsBDBWalletLoaded(wallet_path);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user