Skip to content

Commit 8575790

Browse files
authored
Update relay_pingpong_test.go (#2341)
1 parent 73c242e commit 8575790

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/integration/relay_pingpong_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ func TestPingPong(t *testing.T) {
3333
// custom IBC protocol example
3434
// scenario: given two chains,
3535
// with a contract on chain A and chain B
36-
// when a ibc packet comes in, the contract responds with a new packet containing
36+
// when an ibc packet comes in, the contract responds with a new packet containing
3737
// either ping or pong
3838

3939
pingContract := &player{t: t, actor: ping}
@@ -135,7 +135,7 @@ type player struct {
135135
}
136136

137137
// Execute starts the ping pong game
138-
// Contracts finds all connected channels and broadcasts a ping message
138+
// Contract finds all connected channels and broadcasts a ping message
139139
func (p *player) Execute(_ wasmvm.Checksum, _ wasmvmtypes.Env, _ wasmvmtypes.MessageInfo, executeMsg []byte, store wasmvm.KVStore, _ wasmvm.GoAPI, _ wasmvm.Querier, _ wasmvm.GasMeter, _ uint64, _ wasmvmtypes.UFraction) (*wasmvmtypes.ContractResult, uint64, error) {
140140
p.execCalls++
141141
// start game

0 commit comments

Comments
 (0)