Skip to content

Commit

Permalink
fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Pantani authored and Pantani committed Nov 22, 2023
1 parent a5863e0 commit 6a490c9
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 6a490c9

Please sign in to comment.