From b2adfa8c514b9015412f2c13429928ccc038f0ba Mon Sep 17 00:00:00 2001 From: Randi Joseph Date: Tue, 13 Dec 2016 10:21:38 -0500 Subject: Bitmonero namespace renamed Monero. Bitmonero namespace alias added so that third party uses of the wallet api can transition. --- src/wallet/api/transaction_info.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/wallet/api/transaction_info.h') diff --git a/src/wallet/api/transaction_info.h b/src/wallet/api/transaction_info.h index 82ab2cc6b..14efebac4 100644 --- a/src/wallet/api/transaction_info.h +++ b/src/wallet/api/transaction_info.h @@ -32,7 +32,7 @@ #include #include -namespace Bitmonero { +namespace Monero { class TransactionHistoryImpl; @@ -73,3 +73,5 @@ private: }; } // namespace + +namespace Bitmonero = Monero; -- cgit v1.2.3