mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-01-20 23:29:12 +01:00
Add src/wallet/* code to wallet:: namespace
This commit is contained in:
@@ -16,6 +16,7 @@
|
||||
#include <wallet/wallet.h>
|
||||
#include <wallet/walletutil.h>
|
||||
|
||||
namespace wallet {
|
||||
namespace WalletTool {
|
||||
|
||||
// The standard wallet deleter function blocks on the validation interface
|
||||
@@ -219,3 +220,4 @@ bool ExecuteWalletToolFunc(const ArgsManager& args, const std::string& command)
|
||||
return true;
|
||||
}
|
||||
} // namespace WalletTool
|
||||
} // namespace wallet
|
||||
|
||||
Reference in New Issue
Block a user