Setup first devnet params

This commit is contained in:
Łukasz Magiera
2019-09-26 12:13:43 -07:00
committed by whyrusleeping
parent b7edfbd6ba
commit a2a2169ef8
4 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -76,7 +76,7 @@ func MakeGenesis(outFile string) func(bs dtypes.ChainBlockstore, w *wallet.Walle
}
addrs := map[address.Address]types.BigInt{
minerAddr: types.NewInt(5000000000),
minerAddr: types.NewInt(5000000000000000000),
}
b, err := gen.MakeGenesisBlock(bs, addrs, gmc, 100000)