storageminer: Fix CommitSector
This commit is contained in:
parent
4575c110e6
commit
bc0bb913f1
@ -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),
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user