Skip to content

Commit fa6f855

Browse files
committed
chore: fix struct name in comment
Signed-off-by: tiaoxizhan <[email protected]>
1 parent 4705936 commit fa6f855

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x/wasm/types/wasmer_engine.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ type WasmEngine interface {
277277
deserCost wasmvmtypes.UFraction,
278278
) (*wasmvmtypes.IBCBasicResult, uint64, error)
279279

280-
// IBCSourceCallback is available on IBC-callbacks-enabled contracts and is called when an
280+
// IBCDestinationCallback is available on IBC-callbacks-enabled contracts and is called when an
281281
// IBC-callbacks-enabled IBC message previously sent by this contract is either acknowledged or
282282
// times out.
283283
IBCDestinationCallback(

0 commit comments

Comments
 (0)