diff options
| author | selsta <selsta@sent.at> | 2021-06-08 23:29:41 +0200 |
|---|---|---|
| committer | selsta <selsta@sent.at> | 2021-06-08 23:29:41 +0200 |
| commit | 8e0b8ddb965e9b931a036f825745248e2efbc2f1 (patch) | |
| tree | a6a264536ca5eddd423bd0c7df798e35104eee7b /src/wallet/api/wallet.cpp | |
| parent | 1c8e598172bd2eddba2607cae0804db2e685813b (diff) | |
| download | monzero-core-8e0b8ddb965e9b931a036f825745248e2efbc2f1.tar.gz monzero-core-8e0b8ddb965e9b931a036f825745248e2efbc2f1.tar.xz monzero-core-8e0b8ddb965e9b931a036f825745248e2efbc2f1.zip | |
wallet/api: remove Bitmonero namespace alias
Diffstat (limited to 'src/wallet/api/wallet.cpp')
| -rw-r--r-- | src/wallet/api/wallet.cpp | 2 |
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; |
