Skip to content
This repository was archived by the owner on Nov 13, 2024. It is now read-only.

Commit 1148577

Browse files
authored
update (#1291)
* update * Update cli.md
1 parent 0d80a18 commit 1148577

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/en-us/node/cli/cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -719,7 +719,7 @@ TXID: 0x174bab85eb004a07ae5b411f23cb6d3128346f9249305a768c286707938b4727
719719

720720
### sign
721721

722-
This command is used to sign when withdrawing assets from a multi-signed address which requires multiple signatures. The translation can be broadcasted only after signing is completed.
722+
This command is used to sign ContractParametersContext. The translation can be broadcasted only after signing is completed.
723723

724724
##### Syntax
725725

docs/zh-cn/node/cli/cli.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
| [import multisigaddress](#import-multisigaddress) | \<m> \<publicKeys> | 创建多方签名地址 |
5252
| [import watchonly](#import-watchonly) | \<addressOrFile> | 导入监听地址(如合约账户) |
5353
| [send](#send) | \<id \| alias> \<address> \<amount> \[from=null] \[data=null] \[signerAccounts=null] | 向指定地址转账 |
54-
| [sign](#sign) | \<jsonObjectToSign> | 对多方签名交易进行签名 |
54+
| [sign](#sign) | \<jsonObjectToSign> | 对 ContractParametersContext 进行签名 |
5555

5656
#### 合约命令
5757

@@ -733,7 +733,7 @@ TXID: 0x174bab85eb004a07ae5b411f23cb6d3128346f9249305a768c286707938b4727
733733

734734
### sign
735735

736-
从签名数量为 1 以上的多方签名合约中提取资产时,需要多方进行签名, 签名完整后才能广播出去,广播交易的方法请参照 relay 方法。
736+
该命令用于给 ContractParametersContext 签名。签名完整后才能广播出去,广播交易的方法请参照 relay 方法。
737737

738738
##### 句法
739739

0 commit comments

Comments
 (0)