Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added optional packet metadata to the packet and message types (backport #2305) #2505

Merged
merged 16 commits into from
Oct 14, 2022
Prev Previous commit
Next Next commit
revert unnecessary change
  • Loading branch information
crodriguezvega authored Oct 13, 2022
commit 2396f39cd38bb4af4812c38cb5ca1ad4087ee2e9
2 changes: 1 addition & 1 deletion modules/apps/transfer/keeper/mbt_relay_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ func (suite *KeeperTestSuite) TestModelBasedRelay() {
sdk.NewCoin(denom, amount),
sender,
tc.packet.Data.Receiver,
clienttypes.NewHeight(1, 110),
clienttypes.NewHeight(0, 110),
0,
nil)
}
Expand Down