Skip to content
This repository has been archived by the owner on Jun 12, 2023. It is now read-only.

Commit

Permalink
Merge pull request #165 from helium/pevm/audit-chain-var-3
Browse files Browse the repository at this point in the history
add chain var three documentation
  • Loading branch information
evanmcc authored Aug 3, 2019
2 parents 30f8ad4 + 8d7d5c8 commit c478dc0
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions audit/var-3.md
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

0 comments on commit c478dc0

Please sign in to comment.