storageminer: Set Value when posting post

This commit is contained in:
Łukasz Magiera 2019-09-26 20:54:31 +02:00
parent ebb744f42f
commit a167b9f5db

View File

@ -312,7 +312,7 @@ func (m *Miner) maybeDoPost(ctx context.Context, ts *types.TipSet) (<-chan error
From: m.worker,
Method: actors.MAMethods.SubmitPoSt,
Params: enc,
Value: types.NewInt(0),
Value: types.NewInt(1000), // currently hard-coded late fee in actor, returned if not late
GasLimit: types.NewInt(100000 /* i dont know help */),
GasPrice: types.NewInt(1),
}