diff options
author | Riccardo Spagni <ric@spagni.net> | 2016-12-13 19:13:09 +0200 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2016-12-13 19:13:09 +0200 |
commit | 183d3657f34e539d312743ae68c32a3737b00e58 (patch) | |
tree | 3bc67dda35664a5061e8a6da4bfad701eb588317 /src/wallet/wallet2_api.h | |
parent | Merge pull request #1437 (diff) | |
parent | Bitmonero namespace renamed Monero. Bitmonero namespace alias added so that t... (diff) | |
download | monero-183d3657f34e539d312743ae68c32a3737b00e58.tar.xz |
Merge pull request #1446
b2adfa8c Bitmonero namespace renamed Monero. Bitmonero namespace alias added so that third party uses of the wallet api can transition. (Randi Joseph)
Diffstat (limited to 'src/wallet/wallet2_api.h')
-rw-r--r-- | src/wallet/wallet2_api.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/wallet/wallet2_api.h b/src/wallet/wallet2_api.h index 2e19f36cd..cd2e7230a 100644 --- a/src/wallet/wallet2_api.h +++ b/src/wallet/wallet2_api.h @@ -37,7 +37,7 @@ #include <iostream> // Public interface for libwallet library -namespace Bitmonero { +namespace Monero { namespace Utils { bool isAddressLocal(const std::string &hostaddr); @@ -576,3 +576,5 @@ struct WalletManagerFactory } +namespace Bitmonero = Monero; + |