From 924e921287195dabace3c7c7562132c0d5f65d10 Mon Sep 17 00:00:00 2001 From: Wei-Ning Huang Date: Mon, 31 Dec 2018 22:20:55 +0800 Subject: params: update taipei testnet genesis and config (#113) --- core/genesis.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/genesis.go') diff --git a/core/genesis.go b/core/genesis.go index ce02249c9..62d08933c 100644 --- a/core/genesis.go +++ b/core/genesis.go @@ -413,7 +413,7 @@ func DefaultTaipeiGenesisBlock() *Genesis { ExtraData: hexutil.MustDecode("0x3535353535353535353535353535353535353535353535353535353535353535"), GasLimit: 40000000, Difficulty: big.NewInt(1), - Alloc: decodePrealloc(testnetAllocData), + Alloc: decodePrealloc(taipeiAllocData), } } -- cgit v1.2.3