Byte-Masons / Reliquary

50 stars 20 forks source link

Consistent parameter ordering #16

Closed jaetask closed 2 years ago

jaetask commented 2 years ago

Please review PR 15 first. This PR branches off of that

Parameter ordering

In almost all functions the ordering of params is _pid, _amount, _positionId.

This PR modifies the _calculateEmissions and _calculateDistanceFromMean functions (and their calls) to conform to that order.