Skip to content

Commit

Permalink
fix docs (#3766)
Browse files Browse the repository at this point in the history
Co-authored-by: Pantani <Pantani>
  • Loading branch information
Pantani authored Nov 22, 2023
1 parent a5863e0 commit 9fe1f4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/02-guide/06-ibc.md
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ func (k msgServer) SendIbcPost(goCtx context.Context, msg *types.MsgSendIbcPost)
packet.Creator = msg.Creator

// Transmit the packet
err := k.TransmitIbcPostPacket(
_, err := k.TransmitIbcPostPacket(
ctx,
packet,
msg.Port,
Expand Down

0 comments on commit 9fe1f4c

Please sign in to comment.