Skip to content

Commit

Permalink
Merge pull request #4229 from filecoin-project/fix/lotus-pcr-zero-refund
Browse files Browse the repository at this point in the history
lotus-pcr: zero refund
  • Loading branch information
travisperson committed Oct 7, 2020
2 parents 1268cfb + ae3691e commit 7c7e0d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/lotus-pcr/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -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())
Expand Down

0 comments on commit 7c7e0d7

Please sign in to comment.