aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/api/address_book.cpp
diff options
context:
space:
mode:
authorRandi Joseph <randi@codehalo.com>2016-12-13 10:21:38 -0500
committerRandi Joseph <randi@codehalo.com>2016-12-13 10:21:38 -0500
commitb2adfa8c514b9015412f2c13429928ccc038f0ba (patch)
treeab5d7599825e8428284effcc5a9fb24f91da6a5b /src/wallet/api/address_book.cpp
parentMerge pull request #1436 (diff)
downloadmonero-b2adfa8c514b9015412f2c13429928ccc038f0ba.tar.xz
Bitmonero namespace renamed Monero. Bitmonero namespace alias added so that third party uses of the wallet api can transition.
Diffstat (limited to 'src/wallet/api/address_book.cpp')
-rw-r--r--src/wallet/api/address_book.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/wallet/api/address_book.cpp b/src/wallet/api/address_book.cpp
index edeb5bb46..1847e1496 100644
--- a/src/wallet/api/address_book.cpp
+++ b/src/wallet/api/address_book.cpp
@@ -36,7 +36,7 @@
#include <vector>
-namespace Bitmonero {
+namespace Monero {
AddressBook::~AddressBook() {}
@@ -126,4 +126,6 @@ AddressBookImpl::~AddressBookImpl()
clearRows();
}
-} // namespace \ No newline at end of file
+} // namespace
+
+namespace Bitmonero = Monero; \ No newline at end of file