Almost working new post code

This commit is contained in:
Łukasz Magiera
2019-09-27 01:07:40 +02:00
parent 1024812559
commit fe8e1fe1e4
5 changed files with 181 additions and 165 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(5000000000000000000),
minerAddr: types.FromFil(100000),
}
b, err := gen.MakeGenesisBlock(bs, addrs, gmc, 100000)