Require 3 confirmations like in 1.6

This commit is contained in:
Patrick Lodder 2014-05-04 00:45:32 +04:00
parent 5e2a4570e3
commit 23e3eef7fc

View file

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