Skip to content

Commit

Permalink
Merge pull request #81 from Concordium/ss/corrections
Browse files Browse the repository at this point in the history
Spelling error
  • Loading branch information
Søren Schwartz authored Jul 26, 2023
2 parents 4097fe2 + e3af4d8 commit b8b27ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions genesis-creator/examples/single-baker-example-p5.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ kind = "fresh"
id = 0
repeat = 3

# 5 baker accounts
# the baker account
[[accounts]]
kind = "fresh"
balance = "3500000000000000"
Expand Down Expand Up @@ -129,4 +129,4 @@ delegatorCooldown = 1800 # in seconds
[parameters.chain.rewardParameters]
mintDistribution = { bakingReward = 0.6, finalizationReward = 0.3 }
transactionFeeDistribution = { baker = 0.45, gasAccount = 0.45 }
gASRewards = { baker = 0.25, finalizationProof = 0.005, accountCreation = 0.02, chainUpdate = 0.005 }
gASRewards = { baker = 0.25, finalizationProof = 0.005, accountCreation = 0.02, chainUpdate = 0.005 }

0 comments on commit b8b27ab

Please sign in to comment.