qt: add vout index to transaction id in transactions details dialog
This commit is contained in:
@@ -14,7 +14,7 @@ class TransactionDesc: public QObject
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
static QString toHTML(CWallet *wallet, CWalletTx &wtx, int unit);
|
||||
static QString toHTML(CWallet *wallet, CWalletTx &wtx, int vout, int unit);
|
||||
|
||||
private:
|
||||
TransactionDesc() {}
|
||||
|
||||
Reference in New Issue
Block a user