Skip to content

Commit 75889a6

Browse files
authored
Merge pull request #2151 from tiaoxizhan/main
chore: fix struct name in comment
2 parents 4705936 + e2c350c commit 75889a6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

x/wasm/types/wasmer_engine.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -277,9 +277,9 @@ 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
281-
// IBC-callbacks-enabled IBC message previously sent by this contract is either acknowledged or
282-
// times out.
280+
// IBCDestinationCallback is available on IBC-callbacks-enabled contracts and is called when an
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)