Bitmonero namespace renamed Monero. Bitmonero namespace alias added so that third party uses of the wallet api can transition.
This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
#include "wallet/wallet2_api.h"
|
||||
#include <string>
|
||||
|
||||
namespace Bitmonero {
|
||||
namespace Monero {
|
||||
|
||||
class WalletManagerImpl : public WalletManager
|
||||
{
|
||||
@@ -61,3 +61,5 @@ private:
|
||||
};
|
||||
|
||||
} // namespace
|
||||
|
||||
namespace Bitmonero = Monero;
|
||||
|
||||
Reference in New Issue
Block a user