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 4705936 commit fa6f855Copy full SHA for fa6f855
x/wasm/types/wasmer_engine.go
@@ -277,7 +277,7 @@ 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
+ // 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.
283
IBCDestinationCallback(
0 commit comments