number of confirmations is no longer magic value

This commit is contained in:
Wladimir J. van der Laan
2011-06-20 21:31:06 +02:00
parent 679592720a
commit 18b99e3f69
3 changed files with 5 additions and 2 deletions

View File

@@ -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)
{