diff options
Diffstat (limited to 'src/wallet/api/wallet.cpp')
-rw-r--r-- | src/wallet/api/wallet.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/wallet/api/wallet.cpp b/src/wallet/api/wallet.cpp index 5b7a3e286..6d8e48deb 100644 --- a/src/wallet/api/wallet.cpp +++ b/src/wallet/api/wallet.cpp @@ -43,7 +43,7 @@ using namespace std; using namespace cryptonote; -namespace Bitmonero { +namespace Monero { namespace { // copy-pasted from simplewallet @@ -1059,3 +1059,5 @@ void WalletImpl::doInit(const string &daemon_address, uint64_t upper_transaction } } // namespace + +namespace Bitmonero = Monero; |