Skip to content

Commit c1edfd9

Browse files
committed
chore: fix the inconsistent function name in the comment
Signed-off-by: sunnyraindy <[email protected]>
1 parent 7f188ab commit c1edfd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

message/inbound_msg_builder.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ func InboundAppResponse(
314314
}
315315
}
316316

317-
// NewInboundSimplexMessage creates a new InboundMessage for simplex messages.
317+
// InboundSimplexMessage creates a new InboundMessage for simplex messages.
318318
func InboundSimplexMessage(
319319
nodeID ids.NodeID,
320320
msg *p2p.Simplex,

0 commit comments

Comments
 (0)