Skip to content

Commit

Permalink
GUI: Adjust recommended number of blocks confirmed to 2
Browse files Browse the repository at this point in the history
  • Loading branch information
luke-jr authored and instagibbs committed Apr 10, 2019
1 parent 3779ae2 commit 3241af9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qt/transactionrecord.h
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ class TransactionRecord
};

/** 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)
Expand Down

0 comments on commit 3241af9

Please sign in to comment.