lotus-pcr: ignore all other market messages

This commit is contained in:
Travis Person 2020-10-12 21:41:48 +00:00
parent 195d96ccc0
commit be74a13736

View File

@ -884,6 +884,8 @@ func (r *refunder) processTipsetStorageMarketActor(ctx context.Context, tipset *
}
refundValue = types.BigMul(types.NewInt(uint64(recp.GasUsed)), tipset.Blocks()[0].ParentBaseFee)
default:
return false, messageMethod, types.NewInt(0), nil
}
return true, messageMethod, refundValue, nil