progress error message
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user