core: 5 ether block reward

This commit is contained in:
Jeffrey Wilcke
2015-07-25 12:06:17 +02:00
parent 5001f778aa
commit 9afda6ab8c
3 changed files with 10 additions and 2 deletions

View File

@ -17,10 +17,18 @@
package tests
import (
"math/big"
"path/filepath"
"testing"
"github.com/ethereum/go-ethereum/core"
)
func init() {
// XXX remove me when block tests have been updated
core.BlockReward = big.NewInt(1.5e+18)
}
func TestBcValidBlockTests(t *testing.T) {
err := RunBlockTest(filepath.Join(blockTestDir, "bcValidBlockTest.json"), BlockSkipTests)
if err != nil {