diff options
author | luigi1111 <luigi1111w@gmail.com> | 2021-06-24 14:12:37 -0500 |
---|---|---|
committer | luigi1111 <luigi1111w@gmail.com> | 2021-06-24 14:12:37 -0500 |
commit | 4f08d52dfacb62469b44c1ab68a37852011c8e3b (patch) | |
tree | 40dc397c96e6e881e90138ba86177bf46facb2a9 /src/wallet/api/wallet.cpp | |
parent | Merge pull request #7749 (diff) | |
parent | wallet/api: remove Bitmonero namespace alias (diff) | |
download | monero-4f08d52dfacb62469b44c1ab68a37852011c8e3b.tar.xz |
Merge pull request #7750
8e0b8dd wallet/api: remove Bitmonero namespace alias (selsta)
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 e9586c163..d53cbddad 100644 --- a/src/wallet/api/wallet.cpp +++ b/src/wallet/api/wallet.cpp @@ -2604,5 +2604,3 @@ bool WalletImpl::reconnectDevice() return r; } } // namespace - -namespace Bitmonero = Monero; |