This repository has been archived by the owner on Jun 12, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 253
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #165 from helium/pevm/audit-chain-var-3
add chain var three documentation
- Loading branch information
Showing
1 changed file
with
32 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
# Chain Variable Transaction 3 | ||
|
||
## Changes | ||
|
||
This transaction changes the `monthly_reward` variable to 5000000000000 from 50000000000. | ||
|
||
## Rationale | ||
|
||
In the genesis block, there an error was made. The initial `monthly_reward` was set to 50000000000. Because of this, tokens are mined at a rate that is one hundred times too slow. | ||
|
||
## Version threshold | ||
|
||
None | ||
|
||
## Transaction | ||
|
||
``` | ||
{blockchain_txn_vars_v1_pb, | ||
[{blockchain_var_v1_pb,"monthly_reward","int", | ||
<<"5000000000000">>}], | ||
0, | ||
<<48,68,2,32,24,78,173,139,96,93,22,38,189,104,85,19,213, | ||
224,74,116,89,1,14,31,176,148,62,11,69,17,14,3,154,207, | ||
70,125,2,32,84,184,71,55,100,56,155,254,85,236,102,2, | ||
251,154,0,190,171,207,39,51,5,74,51,193,181,133,79,85, | ||
43,14,40,127>>, | ||
<<>>,<<>>,[],[],3} | ||
``` | ||
|
||
## Acceptance block | ||
|
||
6116 |