From 4f3695ba592e5808a25fba658c8aaa54ab55062d Mon Sep 17 00:00:00 2001 From: zhourong Date: Wed, 14 Apr 2021 16:15:02 +0800 Subject: [PATCH] doc: remove underscore from cross_contract.md --- docs/docs/bitxhub/dev/cross_contract.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/bitxhub/dev/cross_contract.md b/docs/docs/bitxhub/dev/cross_contract.md index fc3b811..a87e414 100644 --- a/docs/docs/bitxhub/dev/cross_contract.md +++ b/docs/docs/bitxhub/dev/cross_contract.md @@ -45,7 +45,7 @@ type Broker interface { ### 重要接口说明 -- `__emitInterchainEvent__` +- `emitInterchainEvent` 该接口是业务合约发起通用的跨链调用的接口。接受的参数有:目的链ID,目的链业务合约地址或ID,调用的函数名、回调函数名、回滚函数名,调用函数的参数,回调函数参数,回滚函数参数。