aboutsummaryrefslogtreecommitdiffstats
path: root/core/genesis.go
diff options
context:
space:
mode:
authorzsfelfoldi <zsfelfoldi@gmail.com>2015-04-14 21:20:52 +0800
committerzelig <viktor.tron@gmail.com>2015-04-20 03:57:49 +0800
commitdba2367157fc4ad7947ee1632dbe76d6a110f49f (patch)
tree5d50f5f68a0ccc689ff8adf606359c949a3eab16 /core/genesis.go
parentf255336c2cf989be52502f0f384da7c2d44d2109 (diff)
downloaddexon-dba2367157fc4ad7947ee1632dbe76d6a110f49f.tar
dexon-dba2367157fc4ad7947ee1632dbe76d6a110f49f.tar.gz
dexon-dba2367157fc4ad7947ee1632dbe76d6a110f49f.tar.bz2
dexon-dba2367157fc4ad7947ee1632dbe76d6a110f49f.tar.lz
dexon-dba2367157fc4ad7947ee1632dbe76d6a110f49f.tar.xz
dexon-dba2367157fc4ad7947ee1632dbe76d6a110f49f.tar.zst
dexon-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.go1
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"},