Skip to content

Commit

Permalink
Merge branch 'ph/mbt' of https://github.com/cosmos/interchain-security
Browse files Browse the repository at this point in the history
…into ph/mbt
  • Loading branch information
p-offtermatt committed Dec 15, 2023
2 parents 2488377 + 2a1db2b commit 357541f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions tests/mbt/driver/generate_more_traces.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/bin/bash

echo "Generating bounded drift traces with timeouts"
go run ./... -modelPath=../model/ccv_boundeddrift.qnt -step stepBoundedDrift -invariant CanTimeoutConsumer -traceFolder traces/bound_timeout -numTraces 20 -numSteps 200 -numSamples 200
echo "Generating long bounded drift traces without invariants"
Expand Down
2 changes: 1 addition & 1 deletion testutil/simibc/relayed_path.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ func MakeRelayedPath(t *testing.T, path *ibctesting.Path) *RelayedPath {
}
}

// PacketBelongs returns true if the packet belongs to this relayed path.
// PacketSentByChain returns true if the packet belongs to this relayed path.
func (f *RelayedPath) PacketSentByChain(packet channeltypes.Packet, chainID string) bool {
if chainID == f.Path.EndpointA.Chain.ChainID {
return f.PacketSentByA(packet)
Expand Down

0 comments on commit 357541f

Please sign in to comment.