diff options
author | selsta <selsta@sent.at> | 2021-06-08 23:29:41 +0200 |
---|---|---|
committer | selsta <selsta@sent.at> | 2021-06-08 23:29:41 +0200 |
commit | 8e0b8ddb965e9b931a036f825745248e2efbc2f1 (patch) | |
tree | a6a264536ca5eddd423bd0c7df798e35104eee7b /src/wallet/api/wallet_manager.cpp | |
parent | Merge pull request #7735 (diff) | |
download | monero-8e0b8ddb965e9b931a036f825745248e2efbc2f1.tar.xz |
wallet/api: remove Bitmonero namespace alias
Diffstat (limited to 'src/wallet/api/wallet_manager.cpp')
-rw-r--r-- | src/wallet/api/wallet_manager.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/wallet/api/wallet_manager.cpp b/src/wallet/api/wallet_manager.cpp index 900fe91e5..417a27db5 100644 --- a/src/wallet/api/wallet_manager.cpp +++ b/src/wallet/api/wallet_manager.cpp @@ -406,5 +406,3 @@ void WalletManagerFactory::setLogCategories(const std::string &categories) } - -namespace Bitmonero = Monero; |