mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-13 12:33:42 +02:00
GUI: Adjust recommended number of blocks confirmed to 2
This commit is contained in:
parent
3779ae290d
commit
3241af9d40
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue