File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -484,7 +484,7 @@ func staticAddressLoopIn(ctx *cli.Context) error {
484
484
if len (depositList .FilteredDeposits ) == 0 {
485
485
errString := fmt .Sprintf ("no confirmed deposits available, " +
486
486
"deposits need at least %v confirmations" ,
487
- deposit .DefaultConfTarget )
487
+ deposit .MinConfs )
488
488
489
489
return errors .New (errString )
490
490
}
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ const (
26
26
// MinConfs is the minimum number of confirmations we require for a
27
27
// deposit to be considered available for loop-ins, coop-spends and
28
28
// timeouts.
29
- MinConfs = 3
29
+ MinConfs = 6
30
30
31
31
// MaxConfs is unset since we don't require a max number of
32
32
// confirmations for deposits.
You can’t perform that action at this time.
0 commit comments