mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-01-19 14:53:43 +01:00
Add src/wallet/* code to wallet:: namespace
This commit is contained in:
@@ -19,6 +19,7 @@
|
||||
|
||||
#include <univalue.h>
|
||||
|
||||
namespace wallet {
|
||||
bool VerifyWallets(WalletContext& context)
|
||||
{
|
||||
interfaces::Chain& chain = *context.chain;
|
||||
@@ -169,3 +170,4 @@ void UnloadWallets(WalletContext& context)
|
||||
UnloadWallet(std::move(wallet));
|
||||
}
|
||||
}
|
||||
} // namespace wallet
|
||||
|
||||
Reference in New Issue
Block a user