lotus-pcr: zero refund

This commit is contained in:
Travis Person 2020-10-07 21:53:56 +00:00
parent 1268cfbfcd
commit ae3691e0a2

View File

@ -1025,9 +1025,9 @@ func (r *refunder) ProcessTipset(ctx context.Context, tipset *types.TipSet, refu
return nil, nil
}
refundValue := types.NewInt(0)
tipsetRefunds := NewMinersRefund()
for i, msg := range msgs {
refundValue := types.NewInt(0)
m := msg.Message
a, err := r.api.StateGetActor(ctx, m.To, tipset.Key())