aboutsummaryrefslogtreecommitdiffstats
path: root/core/genesis.go
diff options
context:
space:
mode:
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 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),
}
}