aboutsummaryrefslogtreecommitdiffstats
path: root/core/genesis.go
diff options
context:
space:
mode:
authorWei-Ning Huang <w@dexon.org>2018-12-31 22:20:55 +0800
committerWei-Ning Huang <w@dexon.org>2019-01-14 15:26:26 +0800
commit27c033710623e8e144182f42a0b20c5bd3af66e9 (patch)
treed99d06b1689dac990853f02c6e3c15e7c8251d99 /core/genesis.go
parenta304f1d9c6bb09b866e40a910d1e67221b30503d (diff)
downloaddexon-27c033710623e8e144182f42a0b20c5bd3af66e9.tar
dexon-27c033710623e8e144182f42a0b20c5bd3af66e9.tar.gz
dexon-27c033710623e8e144182f42a0b20c5bd3af66e9.tar.bz2
dexon-27c033710623e8e144182f42a0b20c5bd3af66e9.tar.lz
dexon-27c033710623e8e144182f42a0b20c5bd3af66e9.tar.xz
dexon-27c033710623e8e144182f42a0b20c5bd3af66e9.tar.zst
dexon-27c033710623e8e144182f42a0b20c5bd3af66e9.zip
params: update taipei testnet genesis and config (#113)
Diffstat (limited to 'core/genesis.go')
-rw-r--r--core/genesis.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/genesis.go b/core/genesis.go
index 1d14011e1..8ad06bbe2 100644
--- a/core/genesis.go
+++ b/core/genesis.go
@@ -412,7 +412,7 @@ func DefaultTaipeiGenesisBlock() *Genesis {
ExtraData: hexutil.MustDecode("0x3535353535353535353535353535353535353535353535353535353535353535"),
GasLimit: 40000000,
Difficulty: big.NewInt(1),
- Alloc: decodePrealloc(testnetAllocData),
+ Alloc: decodePrealloc(taipeiAllocData),
}
}