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.
1 parent 8e4f93d commit af90ec3Copy full SHA for af90ec3
lib_libwasmvm.go
@@ -575,7 +575,7 @@ func (vm *VM) IBCPacketAck(
575
}
576
577
// IBCPacketTimeout is available on IBC-enabled contracts and is called when an
578
-// outgoing packet (previously sent by this contract) will provably never be executed.
+// outgoing packet (previously sent by this contract) will probably never be executed.
579
// Usually handled like ack returning an error
580
func (vm *VM) IBCPacketTimeout(
581
checksum Checksum,
0 commit comments