chore: fix TimeoutCommit confusion (#24853)
This commit is contained in:
@@ -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"
|
||||
)
|
||||
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user