progress error message

This commit is contained in:
Aditya Kulkarni
2018-10-25 22:45:16 -07:00
parent dd780c09c4
commit f680e316b1
6 changed files with 18 additions and 23 deletions

View File

@@ -1,9 +1 @@
#include "unspentoutput.h"
UnspentOutput::UnspentOutput(QString address, QString txid, QString amount, int confirmations)
{
this->address = address;
this->txid = txid;
this->amount = amount;
this->confirmations = confirmations;
}