diff options
author | Randi Joseph <randi@codehalo.com> | 2016-12-13 10:21:38 -0500 |
---|---|---|
committer | Randi Joseph <randi@codehalo.com> | 2016-12-13 10:21:38 -0500 |
commit | b2adfa8c514b9015412f2c13429928ccc038f0ba (patch) | |
tree | ab5d7599825e8428284effcc5a9fb24f91da6a5b /src/wallet/api/wallet_manager.cpp | |
parent | Merge pull request #1436 (diff) | |
download | monero-b2adfa8c514b9015412f2c13429928ccc038f0ba.tar.xz |
Bitmonero namespace renamed Monero. Bitmonero namespace alias added so that third party uses of the wallet api can transition.
Diffstat (limited to 'src/wallet/api/wallet_manager.cpp')
-rw-r--r-- | src/wallet/api/wallet_manager.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/wallet/api/wallet_manager.cpp b/src/wallet/api/wallet_manager.cpp index 40afc87e9..5a6f02b01 100644 --- a/src/wallet/api/wallet_manager.cpp +++ b/src/wallet/api/wallet_manager.cpp @@ -42,7 +42,7 @@ namespace epee { unsigned int g_test_dbg_lock_sleep = 0; } -namespace Bitmonero { +namespace Monero { Wallet *WalletManagerImpl::createWallet(const std::string &path, const std::string &password, const std::string &language, bool testnet) @@ -375,3 +375,5 @@ void WalletManagerFactory::setLogLevel(int level) } + +namespace Bitmonero = Monero; |