Skip to content

Commit e2c350c

Browse files
authored
Fix doc comment
1 parent fa6f855 commit e2c350c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

x/wasm/types/wasmer_engine.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -278,8 +278,8 @@ type WasmEngine interface {
278278
) (*wasmvmtypes.IBCBasicResult, uint64, error)
279279

280280
// 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.
281+
// IBC-callbacks-enabled IBC message previously sent from a different chain is being
282+
// acknowledged on this chain.
283283
IBCDestinationCallback(
284284
checksum wasmvm.Checksum,
285285
env wasmvmtypes.Env,

0 commit comments

Comments
 (0)