We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5e7b7d6 + 9e76c25 commit 421e484Copy full SHA for 421e484
lib_libwasmvm.go
@@ -678,7 +678,7 @@ func (vm *VM) IBCDestinationCallback(
678
return &result, gasReport.UsedInternally, nil
679
}
680
681
-// IBCPacketReceive is available on IBC-enabled contracts and is called when an incoming
+// IBC2PacketReceive is available on IBC-enabled contracts and is called when an incoming
682
// packet is received on a channel belonging to this contract
683
func (vm *VM) IBC2PacketReceive(
684
checksum Checksum,
0 commit comments