Skip to content

Commit 8d19e11

Browse files
committed
staticaddr: change min deposit confs from 3 to 6
1 parent f3d1b68 commit 8d19e11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

staticaddr/deposit/manager.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ const (
2626
// MinConfs is the minimum number of confirmations we require for a
2727
// deposit to be considered available for loop-ins, coop-spends and
2828
// timeouts.
29-
MinConfs = 3
29+
MinConfs = 6
3030

3131
// MaxConfs is unset since we don't require a max number of
3232
// confirmations for deposits.

0 commit comments

Comments
 (0)