Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adjust governance end-to-end gold total supply block number #853

Merged
merged 8 commits into from
Sep 5, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/celotool/geth_tests/governance_tests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,7 @@ describe('governance tests', () => {
// that gold is sent.
// We don't set the total supply until block rewards are paid out, which can happen once
// either LockedGold or Governance are registered.
const blockNumber = 275
const blockNumber = 175
const goldTotalSupply = await goldToken.methods.totalSupply().call({}, blockNumber)
const balances = await Promise.all(
addressesWithBalance.map(
Expand Down