mirror of
https://github.com/monero-project/monero.git
synced 2026-01-11 20:45:37 -08:00
Bitmonero namespace renamed Monero. Bitmonero namespace alias added so that third party uses of the wallet api can transition.
This commit is contained in:
@@ -36,7 +36,7 @@
|
||||
|
||||
#include <vector>
|
||||
|
||||
namespace Bitmonero {
|
||||
namespace Monero {
|
||||
|
||||
AddressBook::~AddressBook() {}
|
||||
|
||||
@@ -126,4 +126,6 @@ AddressBookImpl::~AddressBookImpl()
|
||||
clearRows();
|
||||
}
|
||||
|
||||
} // namespace
|
||||
} // namespace
|
||||
|
||||
namespace Bitmonero = Monero;
|
||||
Reference in New Issue
Block a user