aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/api/wallet.cpp
diff options
context:
space:
mode:
authorselsta <selsta@sent.at>2021-06-08 23:29:41 +0200
committerselsta <selsta@sent.at>2021-06-08 23:29:41 +0200
commit8e0b8ddb965e9b931a036f825745248e2efbc2f1 (patch)
treea6a264536ca5eddd423bd0c7df798e35104eee7b /src/wallet/api/wallet.cpp
parentMerge pull request #7735 (diff)
downloadmonero-8e0b8ddb965e9b931a036f825745248e2efbc2f1.tar.xz
wallet/api: remove Bitmonero namespace alias
Diffstat (limited to 'src/wallet/api/wallet.cpp')
-rw-r--r--src/wallet/api/wallet.cpp2
1 files changed, 0 insertions, 2 deletions
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;