Merge pull request #409 from filecoin-project/fix/more-gas
Increase limity gazu
This commit is contained in:
commit
78dc3e73c3
@ -147,7 +147,7 @@ func (m *Miner) commitSector(ctx context.Context, sinfo sectorbuilder.SectorSeal
|
|||||||
Method: actors.MAMethods.CommitSector,
|
Method: actors.MAMethods.CommitSector,
|
||||||
Params: enc,
|
Params: enc,
|
||||||
Value: types.NewInt(0), // TODO: need to ensure sufficient collateral
|
Value: types.NewInt(0), // TODO: need to ensure sufficient collateral
|
||||||
GasLimit: types.NewInt(100000 /* i dont know help */),
|
GasLimit: types.NewInt(1000000 /* i dont know help */),
|
||||||
GasPrice: types.NewInt(1),
|
GasPrice: types.NewInt(1),
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -148,7 +148,7 @@ func (m *Miner) computePost(ppe uint64) func(ts *types.TipSet, curH uint64) erro
|
|||||||
Method: actors.MAMethods.SubmitPoSt,
|
Method: actors.MAMethods.SubmitPoSt,
|
||||||
Params: enc,
|
Params: enc,
|
||||||
Value: types.NewInt(1000), // currently hard-coded late fee in actor, returned if not late
|
Value: types.NewInt(1000), // currently hard-coded late fee in actor, returned if not late
|
||||||
GasLimit: types.NewInt(100000 /* i dont know help */),
|
GasLimit: types.NewInt(1000000 /* i dont know help */),
|
||||||
GasPrice: types.NewInt(1),
|
GasPrice: types.NewInt(1),
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user