Merge pull request #390 from tsuzukit/feature/fix_blockchain_test

Fix TestChainTxReorgs
This commit is contained in:
Samer Falah 2018-07-12 23:33:22 -04:00 committed by GitHub
commit 38247083f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -753,7 +753,7 @@ func TestChainTxReorgs(t *testing.T) {
db, _ = ethdb.NewMemDatabase()
gspec = &Genesis{
Config: params.TestChainConfig,
GasLimit: 3141592,
GasLimit: 700000000,
Alloc: GenesisAlloc{
addr1: {Balance: big.NewInt(1000000)},
addr2: {Balance: big.NewInt(1000000)},