aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/api/transaction_history.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wallet/api/transaction_history.h')
-rw-r--r--src/wallet/api/transaction_history.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/wallet/api/transaction_history.h b/src/wallet/api/transaction_history.h
index 1b6617ead..bd18e9440 100644
--- a/src/wallet/api/transaction_history.h
+++ b/src/wallet/api/transaction_history.h
@@ -31,7 +31,7 @@
#include "wallet/wallet2_api.h"
#include <boost/thread/shared_mutex.hpp>
-namespace Bitmonero {
+namespace Monero {
class TransactionInfo;
class WalletImpl;
@@ -57,3 +57,5 @@ private:
}
+namespace Bitmonero = Monero;
+