From 8e0b8ddb965e9b931a036f825745248e2efbc2f1 Mon Sep 17 00:00:00 2001 From: selsta Date: Tue, 8 Jun 2021 23:29:41 +0200 Subject: wallet/api: remove Bitmonero namespace alias --- src/wallet/api/wallet.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/wallet/api/wallet.cpp') diff --git a/src/wallet/api/wallet.cpp b/src/wallet/api/wallet.cpp index db3049f9e..bc4f7bdb6 100644 --- a/src/wallet/api/wallet.cpp +++ b/src/wallet/api/wallet.cpp @@ -2577,5 +2577,3 @@ void WalletImpl::deviceShowAddress(uint32_t accountIndex, uint32_t addressIndex, m_wallet->device_show_address(accountIndex, addressIndex, payment_id_param); } } // namespace - -namespace Bitmonero = Monero; -- cgit v1.2.3