diff options
author | zsfelfoldi <zsfelfoldi@gmail.com> | 2015-04-14 21:20:52 +0800 |
---|---|---|
committer | zelig <viktor.tron@gmail.com> | 2015-04-20 03:57:49 +0800 |
commit | dba2367157fc4ad7947ee1632dbe76d6a110f49f (patch) | |
tree | 5d50f5f68a0ccc689ff8adf606359c949a3eab16 /core/genesis.go | |
parent | f255336c2cf989be52502f0f384da7c2d44d2109 (diff) | |
download | go-tangerine-dba2367157fc4ad7947ee1632dbe76d6a110f49f.tar.gz go-tangerine-dba2367157fc4ad7947ee1632dbe76d6a110f49f.tar.zst go-tangerine-dba2367157fc4ad7947ee1632dbe76d6a110f49f.zip |
NatSpec contracts are now not in the genesis block but added by the test
Diffstat (limited to 'core/genesis.go')
-rw-r--r-- | core/genesis.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/genesis.go b/core/genesis.go index c475ca637..1159a5cec 100644 --- a/core/genesis.go +++ b/core/genesis.go @@ -63,7 +63,6 @@ const ( var genesisData = []byte(`{ "` + TestAccount + `": {"balance": "` + TestBalance + `"}, - ` + BuiltInContracts + ` "0000000000000000000000000000000000000001": {"balance": "1"}, "0000000000000000000000000000000000000002": {"balance": "1"}, "0000000000000000000000000000000000000003": {"balance": "1"}, |