Skip to content

Commit 2cc3770

Browse files
jonas089Copilot
andauthored
Update aggregation_ism_handler.go
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent a6e122f commit 2cc3770

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

x/core/01_interchain_security/keeper/aggregation_ism_handler.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ func (m *AggregationISMHandler) Verify(ctx context.Context, ismId util.HexAddres
5454

5555
// Build detailed error message with verification failures
5656
errMsg := errors.Wrapf(types.ErrInsufficientVerifications,
57-
"insufficient verifications: %d/%d (threshold: %d)",
57+
"insufficient verifications: got %d/%d, required %d",
5858
passCount, len(aggregationIsm.Modules), aggregationIsm.Threshold)
5959

6060
// Append individual verification errors for debugging

0 commit comments

Comments
 (0)