chore: fix TimeoutCommit confusion (#24853)

This commit is contained in:
Alex | Interchain Labs
2025-06-09 15:53:34 +00:00
committed by GitHub
parent 24dd6d5b5f
commit bf46b77b92
17 changed files with 59 additions and 52 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ import (
"github.com/cosmos/cosmos-sdk/client/flags"
"github.com/cosmos/cosmos-sdk/client/tx"
"github.com/cosmos/cosmos-sdk/version"
"github.com/cosmos/cosmos-sdk/x/group" //nolint:staticcheck // deprecated and to be removed
"github.com/cosmos/cosmos-sdk/x/group" // nolint: staticcheck // to be removed
"github.com/cosmos/cosmos-sdk/x/group/internal/math"
)
+1 -1
View File
@@ -7,7 +7,7 @@ import (
"github.com/cosmos/cosmos-sdk/codec"
sdk "github.com/cosmos/cosmos-sdk/types"
"github.com/cosmos/cosmos-sdk/x/group" //nolint:staticcheck // deprecated and to be removed
"github.com/cosmos/cosmos-sdk/x/group" // nolint: staticcheck // to be removed
)
// parseDecisionPolicy reads and parses the decision policy.