NatSpec contracts are now not in the genesis block but added by the test

This commit is contained in:
zsfelfoldi
2015-04-14 15:20:52 +02:00
committed by zelig
parent f255336c2c
commit dba2367157
4 changed files with 45 additions and 65 deletions

View File

@ -63,7 +63,6 @@ const (
var genesisData = []byte(`{
"` + TestAccount + `": {"balance": "` + TestBalance + `"},
` + BuiltInContracts + `
"0000000000000000000000000000000000000001": {"balance": "1"},
"0000000000000000000000000000000000000002": {"balance": "1"},
"0000000000000000000000000000000000000003": {"balance": "1"},