Skip to content

Commit

Permalink
fix one
Browse files Browse the repository at this point in the history
  • Loading branch information
danwt committed Nov 21, 2024
1 parent b380060 commit 06e46c0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion x/eibc/keeper/invariants.go
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ func UnderlyingPacketExistInvariant(k Keeper) sdk.Invariant {
if err != nil {
msg += fmt.Sprintf("underlying packet for demand order %s not found: %v\n", demandOrder.Id, err)
broken = true
break
}
}
return sdk.FormatInvariant(types.ModuleName, "underlying-packet-exist", msg), broken
Expand Down

0 comments on commit 06e46c0

Please sign in to comment.