Skip to content

Commit

Permalink
[RSC-232] Increase bank's genesis coin value
Browse files Browse the repository at this point in the history
  • Loading branch information
volhovm committed Sep 26, 2016
1 parent ef5cee9 commit 5b2a65d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/RSCoin/Core/Constants.hs
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ genesisEmissionHash = unsafeHash ("Patak" :: String)

-- | This value is sent to genesisAddress in genesis transaction
genesisValue :: Coin
genesisValue = 100000000
genesisValue = 10000000000

-- | This value is allocated by Bank in the end of a period.
-- It's then sent distributed accross participating mintettes and Bank.
Expand Down

0 comments on commit 5b2a65d

Please sign in to comment.