Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Commit

Permalink
Merge pull request #29 from elmato/fix-initial-supply-constant
Browse files Browse the repository at this point in the history
Fix initial supply config constant
  • Loading branch information
nathanielhourt authored Jun 12, 2017
2 parents e1a17df + 994ae09 commit 185dc63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/chain/include/eos/chain/config.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const static char SystemContractName[] = "sys";
const static char EosContractName[] = "eos";
const static char StakedBalanceContractName[] = "sbc";

const static ShareType InitialTokenSupply = Asset(90'000'000).amount;
const static ShareType InitialTokenSupply = Asset::fromString("90000000.00000000 EOS").amount;

const static int BlockIntervalSeconds = 3;

Expand Down

0 comments on commit 185dc63

Please sign in to comment.