mirror of
https://github.com/monero-project/monero.git
synced 2025-11-29 19:36:36 -05: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
|
|
@ -43,7 +43,7 @@
|
|||
using namespace std;
|
||||
using namespace cryptonote;
|
||||
|
||||
namespace Bitmonero {
|
||||
namespace Monero {
|
||||
|
||||
namespace {
|
||||
// copy-pasted from simplewallet
|
||||
|
|
@ -1059,3 +1059,5 @@ void WalletImpl::doInit(const string &daemon_address, uint64_t upper_transaction
|
|||
}
|
||||
|
||||
} // namespace
|
||||
|
||||
namespace Bitmonero = Monero;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue