From b2adfa8c514b9015412f2c13429928ccc038f0ba Mon Sep 17 00:00:00 2001 From: Randi Joseph Date: Tue, 13 Dec 2016 10:21:38 -0500 Subject: Bitmonero namespace renamed Monero. Bitmonero namespace alias added so that third party uses of the wallet api can transition. --- src/wallet/api/wallet_manager.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/wallet/api/wallet_manager.cpp') 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; -- cgit v1.2.3