diff options
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; + |