Skip to content

Commit 51f2b5d

Browse files
committed
delete the desc of committee
1 parent e000869 commit 51f2b5d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/using_javatron/private_network.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,8 @@ The process of building a node on private chain is the same as that on mainnet.
9292
}
9393
```
9494
95-
* Committee Proposal
96-
The modification of dynamic parameters can also be done through committee proposal. The committee consists of SR, SR Partner and SR Candidate. Any member of the committee can use [proposalcreate](https://developers.tron.network/reference/proposalcreate) to create proposal, and then SR use [proposalapprove](https://developers.tron.network/reference/proposalapprove) to approve proposal. Below is an code example of modifying two dynamic parameters through a committee proposal. In [proposalcreate](https://developers.tron.network/reference/proposalcreate), dynamic parameters are represented by numbers, the mapping between number and string name of dynamic parameters can be seen [here](https://developers.tron.network/reference/wallet-getchainparameters).
95+
* Proposal
96+
Any witness(SR, SR partner, SR candidate) is entitled to create a proposal, SRs also have the right to vote for the proposal. A witness uses [proposalcreate](https://developers.tron.network/reference/proposalcreate) to create a proposal, and then SRs use [proposalapprove](https://developers.tron.network/reference/proposalapprove) to approve the proposal. Below is an code example of modifying two dynamic parameters through a committee proposal. In [proposalcreate](https://developers.tron.network/reference/proposalcreate), dynamic parameters are represented by numbers, the mapping between number and string name of dynamic parameters can be seen [here](https://developers.tron.network/reference/wallet-getchainparameters).
9797
```
9898
var TronWeb = require('tronweb');
9999
var tronWeb = new TronWeb({

0 commit comments

Comments
 (0)