Skip to content

Commit 0be8e79

Browse files
committed
modify minimum final timeout duration
1 parent d409bb6 commit 0be8e79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x/lending/types/params.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import (
1111

1212
var (
1313
// minimum final timeout duration
14-
MinFinalTimeoutDuration = 30 * 24 * time.Hour // 30 days
14+
MinFinalTimeoutDuration = 90 * 24 * time.Hour // 90 days
1515

1616
// default final timeout duration
1717
DefaultFinalTimeoutDuration = 365 * 24 * time.Hour // 365 days

0 commit comments

Comments
 (0)