Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions testing/endpoint_v2.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,6 @@ func (ep *Endpoint) MsgSendPacketWithSender(timeoutTimestamp uint64, payloads []
return channeltypesv2.Packet{}, err
}

if err := ep.Counterparty.UpdateClient(); err != nil {
return channeltypesv2.Packet{}, err
}

// TODO: parse the packet from events instead of from the response. https://github.com/cosmos/ibc-go/issues/7459
// get sequence from msg response
var msgData sdk.TxMsgData
Expand Down