Wallet API : transaction history in progress

This commit is contained in:
Ilya Kitaev
2016-04-22 13:21:08 +03:00
parent 663ed04eb8
commit d500272fa8
8 changed files with 114 additions and 31 deletions
+1
View File
@@ -80,6 +80,7 @@ private:
int m_status;
std::string m_errorString;
std::string m_password;
TransactionHistoryImpl * m_history;
};