progress error message
This commit is contained in:
@@ -3,15 +3,12 @@
|
||||
|
||||
#include "precompiled.h"
|
||||
|
||||
class UnspentOutput
|
||||
{
|
||||
public:
|
||||
UnspentOutput(QString address, QString txid, QString amount, int confirmations);
|
||||
|
||||
struct UnspentOutput {
|
||||
QString address;
|
||||
QString txid;
|
||||
QString amount;
|
||||
int confirmations;
|
||||
bool spendable;
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user