number of confirmations is no longer magic value
This commit is contained in:
@@ -59,6 +59,9 @@ public:
|
||||
SendToSelf
|
||||
};
|
||||
|
||||
/* Number of confirmation needed for transaction */
|
||||
static const int NumConfirmations = 6;
|
||||
|
||||
TransactionRecord():
|
||||
hash(), time(0), type(Other), address(""), debit(0), credit(0), idx(0)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user