aboutsummaryrefslogtreecommitdiffstats
path: root/common/natspec/natspec_e2e_test.go
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2015-06-04 17:41:20 +0800
committerobscuren <geffobscura@gmail.com>2015-06-04 17:41:20 +0800
commit9b27fb91c0d7889ba3836c4cf91cc1fdcf7354c1 (patch)
tree4000ea1356e47668aa15085cc3511fc749cc7055 /common/natspec/natspec_e2e_test.go
parent36c0db2ac9e1505bfcb29a137f67ba31efde4c90 (diff)
downloadgo-tangerine-9b27fb91c0d7889ba3836c4cf91cc1fdcf7354c1.tar
go-tangerine-9b27fb91c0d7889ba3836c4cf91cc1fdcf7354c1.tar.gz
go-tangerine-9b27fb91c0d7889ba3836c4cf91cc1fdcf7354c1.tar.bz2
go-tangerine-9b27fb91c0d7889ba3836c4cf91cc1fdcf7354c1.tar.lz
go-tangerine-9b27fb91c0d7889ba3836c4cf91cc1fdcf7354c1.tar.xz
go-tangerine-9b27fb91c0d7889ba3836c4cf91cc1fdcf7354c1.tar.zst
go-tangerine-9b27fb91c0d7889ba3836c4cf91cc1fdcf7354c1.zip
cmd/geth, common/natspec: updating tests (still failing?)
Diffstat (limited to 'common/natspec/natspec_e2e_test.go')
-rw-r--r--common/natspec/natspec_e2e_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/natspec/natspec_e2e_test.go b/common/natspec/natspec_e2e_test.go
index a8d318b57..fffb7978b 100644
--- a/common/natspec/natspec_e2e_test.go
+++ b/common/natspec/natspec_e2e_test.go
@@ -119,7 +119,7 @@ func testEth(t *testing.T) (ethereum *eth.Ethereum, err error) {
testAddress := strings.TrimPrefix(testAccount.Address.Hex(), "0x")
// set up mock genesis with balance on the testAddress
- core.GenesisData = []byte(`{
+ core.GenesisAccounts = []byte(`{
"` + testAddress + `": {"balance": "` + testBalance + `"}
}`)