storageminer: Fix CommitSector

This commit is contained in:
Łukasz Magiera 2019-09-07 00:35:56 +02:00
parent 4575c110e6
commit bc0bb913f1

View File

@ -129,7 +129,7 @@ func (m *Miner) commitSector(ctx context.Context, sinfo sectorbuilder.SectorSeal
Method: actors.MAMethods.CommitSector,
Params: enc,
Value: types.NewInt(0), // TODO: need to ensure sufficient collateral
GasLimit: types.NewInt(1000 /* i dont know help */),
GasLimit: types.NewInt(100000 /* i dont know help */),
GasPrice: types.NewInt(1),
}