Skip to content

Commit 421e484

Browse files
authored
Merge pull request #632 from threehonor/main
chore: fix function name in comment
2 parents 5e7b7d6 + 9e76c25 commit 421e484

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib_libwasmvm.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -678,7 +678,7 @@ func (vm *VM) IBCDestinationCallback(
678678
return &result, gasReport.UsedInternally, nil
679679
}
680680

681-
// IBCPacketReceive is available on IBC-enabled contracts and is called when an incoming
681+
// IBC2PacketReceive is available on IBC-enabled contracts and is called when an incoming
682682
// packet is received on a channel belonging to this contract
683683
func (vm *VM) IBC2PacketReceive(
684684
checksum Checksum,

0 commit comments

Comments
 (0)