Bitmonero namespace renamed Monero. Bitmonero namespace alias added so that third party uses of the wallet api can transition.

This commit is contained in:
Randi Joseph
2016-12-13 10:21:38 -05:00
parent 1a286061ff
commit b2adfa8c51
17 changed files with 183 additions and 155 deletions

View File

@@ -36,7 +36,7 @@
#include <vector>
namespace Bitmonero {
namespace Monero {
AddressBook::~AddressBook() {}
@@ -126,4 +126,6 @@ AddressBookImpl::~AddressBookImpl()
clearRows();
}
} // namespace
} // namespace
namespace Bitmonero = Monero;