Increase recommended number of confirmations from 3 to 6.

This commit is contained in:
Ross Nicoll 2014-05-18 23:06:42 +01:00
parent c3683d81c9
commit 291a8eac7c
No known key found for this signature in database
GPG key ID: 9142E5F7E533CE3B

View file

@ -79,7 +79,7 @@ public:
}; };
/** Number of confirmation recommended for accepting a transaction */ /** Number of confirmation recommended for accepting a transaction */
static const int RecommendedNumConfirmations = 3; static const int RecommendedNumConfirmations = 6;
TransactionRecord(): TransactionRecord():
hash(), time(0), type(Other), address(""), debit(0), credit(0), idx(0) hash(), time(0), type(Other), address(""), debit(0), credit(0), idx(0)