mirror of
https://github.com/monero-project/monero.git
synced 2025-08-05 10:54:21 -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
|
@ -31,7 +31,7 @@
|
|||
#include "wallet/wallet2_api.h"
|
||||
#include "wallet/wallet2.h"
|
||||
|
||||
namespace Bitmonero {
|
||||
namespace Monero {
|
||||
|
||||
class AddressBookRow;
|
||||
class WalletImpl;
|
||||
|
@ -65,3 +65,5 @@ private:
|
|||
|
||||
}
|
||||
|
||||
namespace Bitmonero = Monero;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue