[Qt] Fix Transaction details shows wrong To:
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
#include <QObject>
|
||||
#include <QString>
|
||||
|
||||
class TransactionRecord;
|
||||
class CWallet;
|
||||
class CWalletTx;
|
||||
|
||||
@@ -18,7 +19,7 @@ class TransactionDesc: public QObject
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
static QString toHTML(CWallet *wallet, CWalletTx &wtx, int vout, int unit);
|
||||
static QString toHTML(CWallet *wallet, CWalletTx &wtx, TransactionRecord *rec, int unit);
|
||||
|
||||
private:
|
||||
TransactionDesc() {}
|
||||
|
||||
Reference in New Issue
Block a user