mirror of
https://github.com/monero-project/monero.git
synced 2026-01-20 00:20:55 -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:
@@ -43,7 +43,7 @@
|
||||
|
||||
using namespace std;
|
||||
|
||||
namespace Bitmonero {
|
||||
namespace Monero {
|
||||
|
||||
PendingTransaction::~PendingTransaction() {}
|
||||
|
||||
@@ -149,3 +149,5 @@ uint64_t PendingTransactionImpl::txCount() const
|
||||
|
||||
}
|
||||
|
||||
namespace Bitmonero = Monero;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user