mirror of
https://github.com/monero-project/monero.git
synced 2025-08-03 17:14:20 -04: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:
parent
1a286061ff
commit
b2adfa8c51
17 changed files with 183 additions and 155 deletions
|
@ -36,7 +36,7 @@
|
|||
|
||||
using namespace std;
|
||||
|
||||
namespace Bitmonero {
|
||||
namespace Monero {
|
||||
namespace Utils {
|
||||
|
||||
|
||||
|
@ -81,3 +81,5 @@ bool isAddressLocal(const std::string &address)
|
|||
|
||||
|
||||
} // namespace
|
||||
|
||||
namespace Bitmonero = Monero;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue