Skip to content

Commit b938f54

Browse files
authored
Merge pull request #266 from LingTian/patch-1
Update README.md
2 parents e3b760f + 27c3786 commit b938f54

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ After the funds are frozen, the corresponding number of shares and bandwidth wil
111111
**Freeze operation is as follows:**
112112

113113
```
114-
freezebalance password amount time
114+
freezeBalance amount time energy/bandwidth address
115115
```
116116

117117
*amount:The amount of frozen funds,the unit is drop.
@@ -122,7 +122,7 @@ The minimum value is **1000000 drop(1TRX)**.*
122122

123123
For example:
124124
```
125-
freezebalance 123455 10000000 3
125+
freezeBalance 100000000 3 1 address
126126
```
127127

128128

@@ -157,7 +157,7 @@ Voting requires share. Share can be obtained by freezing funds.
157157
For example:
158158

159159
```
160-
freezebalance 123455 10000000 3 // Freeze 10TRX and acquire 10 units of shares
160+
freezeBalance 100000000 3 1 address // Freeze 10TRX and acquire 10 units of shares
161161
162162
votewitness 123455 witness1 4 witness2 6 // Cast 4 votes for witness1 and 6 votes for witness2 at the same time.
163163

0 commit comments

Comments
 (0)