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 fa6f855 commit e2c350cCopy full SHA for e2c350c
x/wasm/types/wasmer_engine.go
@@ -278,8 +278,8 @@ type WasmEngine interface {
278
) (*wasmvmtypes.IBCBasicResult, uint64, error)
279
280
// IBCDestinationCallback is available on IBC-callbacks-enabled contracts and is called when an
281
- // IBC-callbacks-enabled IBC message previously sent by this contract is either acknowledged or
282
- // times out.
+ // IBC-callbacks-enabled IBC message previously sent from a different chain is being
+ // acknowledged on this chain.
283
IBCDestinationCallback(
284
checksum wasmvm.Checksum,
285
env wasmvmtypes.Env,
0 commit comments