update core to d0d80170a2 (CWallet class)
This commit is contained in:
@@ -3,13 +3,14 @@
|
||||
|
||||
#include <string>
|
||||
|
||||
class CWallet;
|
||||
class CWalletTx;
|
||||
|
||||
class TransactionDesc
|
||||
{
|
||||
public:
|
||||
/* Provide human-readable extended HTML description of a transaction */
|
||||
static std::string toHTML(CWalletTx &wtx);
|
||||
static std::string toHTML(CWallet *wallet, CWalletTx &wtx);
|
||||
};
|
||||
|
||||
#endif // TRANSACTIONDESC_H
|
||||
|
||||
Reference in New Issue
Block a user