Skip to content

Commit 628249f

Browse files
committed
Fix destination chain callback
1 parent c6a435e commit 628249f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib_libwasmvm.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -588,7 +588,7 @@ func (vm *VM) IBCDestinationChainCallback(
588588
if err != nil {
589589
return nil, 0, err
590590
}
591-
data, gasReport, err := api.IBCSourceChainCallback(vm.cache, checksum, envBin, msgBin, &gasMeter, store, &goapi, &querier, gasLimit, vm.printDebug)
591+
data, gasReport, err := api.IBCDestinationChainCallback(vm.cache, checksum, envBin, msgBin, &gasMeter, store, &goapi, &querier, gasLimit, vm.printDebug)
592592
if err != nil {
593593
return nil, gasReport.UsedInternally, err
594594
}

0 commit comments

Comments
 (0)