doc: remove underscore from cross_contract.md

This commit is contained in:
zhourong 2021-04-14 16:15:02 +08:00
parent 4bc8fe58cf
commit 4f3695ba59
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ type Broker interface {
### 重要接口说明
- `__emitInterchainEvent__`
- `emitInterchainEvent`
该接口是业务合约发起通用的跨链调用的接口。接受的参数有目的链ID目的链业务合约地址或ID调用的函数名、回调函数名、回滚函数名调用函数的参数回调函数参数回滚函数参数。