File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -79,21 +79,21 @@ Example (Using wallet-cli):
79
79
freezeBalanceV2 frozen_balance [ResourceCode:0 BANDWIDTH,1 ENERGY]
80
80
```
81
81
82
- stake TRX to get energy, energy obtained = user's TRX staked amount / total amount of staked TRX in TRON * 150_000_000_000 .
82
+ stake TRX to get energy, energy obtained = user's TRX staked amount / total amount of staked TRX in TRON * 180_000_000_000 .
83
83
84
84
Example:
85
85
86
86
``` text
87
87
If there are only two users, A stakes 2 TRX, B stakes 2 TRX
88
88
the energy they can get is:
89
- A: 75_000_000_000 and energy_limit is 75_000_000_000
90
- B: 75_000_000_000 and energy_limit is 75_000_000_000
89
+ A: 75_000_000_000 and energy_limit is 90_000_000_000
90
+ B: 75_000_000_000 and energy_limit is 90_000_000_000
91
91
92
92
when C stakes 1 TRX:
93
93
the energy they can get is:
94
- A: 60_000_000_000 and energy_limit is 60_000_000_000
95
- B: 60_000_000_000 and energy_limit is 60_000_000_000
96
- C: 30_000_000_000 and energy_limit is 30_000_000_000
94
+ A: 60_000_000_000 and energy_limit is 72_000_000_000
95
+ B: 60_000_000_000 and energy_limit is 72_000_000_000
96
+ C: 30_000_000_000 and energy_limit is 36_000_000_000
97
97
```
98
98
#### Energy Consumption
99
99
You can’t perform that action at this time.
0 commit comments