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 4705936 + e2c350c commit 75889a6Copy full SHA for 75889a6
x/wasm/types/wasmer_engine.go
@@ -277,9 +277,9 @@ type WasmEngine interface {
277
deserCost wasmvmtypes.UFraction,
278
) (*wasmvmtypes.IBCBasicResult, uint64, error)
279
280
- // IBCSourceCallback 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.
+ // IBCDestinationCallback is available on IBC-callbacks-enabled contracts and is called when an
+ // 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