mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-01-19 06:43:45 +01:00
Add src/wallet/* code to wallet:: namespace
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
#include <logging.h>
|
||||
#include <util/system.h>
|
||||
|
||||
namespace wallet {
|
||||
fs::path GetWalletDir()
|
||||
{
|
||||
fs::path path;
|
||||
@@ -42,3 +43,4 @@ WalletFeature GetClosestWalletFeature(int version)
|
||||
}
|
||||
return static_cast<WalletFeature>(0);
|
||||
}
|
||||
} // namespace wallet
|
||||
|
||||
Reference in New Issue
Block a user