GUI: Adjust recommended number of blocks confirmed to 2

This commit is contained in:
Luke Dashjr 2019-03-04 23:42:14 +00:00 committed by Gregory Sanders
parent 3779ae290d
commit 3241af9d40

View file

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