genesis: Set remainder account balance correctly

This commit is contained in:
Łukasz Magiera
2020-08-18 22:52:25 +02:00
parent 42730bcf1c
commit 574a22de6c
3 changed files with 14 additions and 7 deletions
+1 -1
View File
@@ -351,7 +351,7 @@ func mockSbBuilder(t *testing.T, nFull int, storage []test.StorageMiner) ([]test
genaccs = append(genaccs, genesis.Actor{
Type: genesis.TAccount,
Balance: big.Mul(big.NewInt(400_000_000_000), types.NewInt(build.FilecoinPrecision)),
Balance: big.Mul(big.NewInt(400_000_000), types.NewInt(build.FilecoinPrecision)),
Meta: (&genesis.AccountMeta{Owner: wk.Address}).ActorMeta(),
})