We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d409bb6 commit 0be8e79Copy full SHA for 0be8e79
x/lending/types/params.go
@@ -11,7 +11,7 @@ import (
11
12
var (
13
// minimum final timeout duration
14
- MinFinalTimeoutDuration = 30 * 24 * time.Hour // 30 days
+ MinFinalTimeoutDuration = 90 * 24 * time.Hour // 90 days
15
16
// default final timeout duration
17
DefaultFinalTimeoutDuration = 365 * 24 * time.Hour // 365 days
0 commit comments