diff options
author | Wei-Ning Huang <w@dexon.org> | 2018-12-31 22:20:55 +0800 |
---|---|---|
committer | Wei-Ning Huang <w@dexon.org> | 2019-04-09 13:50:00 +0800 |
commit | 15cb31b66dd099758ebc5241b78a3f2151a78180 (patch) | |
tree | a4c961c129014f26dfdc3f4c1aef721ffaac1161 /core/genesis.go | |
parent | dc7da040dc3d6c103f263b7ff8f255cbe106c174 (diff) | |
download | dexon-15cb31b66dd099758ebc5241b78a3f2151a78180.tar.gz dexon-15cb31b66dd099758ebc5241b78a3f2151a78180.tar.zst dexon-15cb31b66dd099758ebc5241b78a3f2151a78180.zip |
params: update taipei testnet genesis and config (#113)
Diffstat (limited to 'core/genesis.go')
-rw-r--r-- | core/genesis.go | 2 |
1 files changed, 1 insertions, 1 deletions
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), } } |