Closed outragedhuman closed 1 year ago
Closes #177
When originally written it was unknown that an asset's decimals factored into their QNT conversion rate. This PR fixes this by creating QNTToNXT() which takes in the decimals and uses it in several areas where needed.
decimals
QNTToNXT()
Closes #177
When originally written it was unknown that an asset's
decimals
factored into their QNT conversion rate. This PR fixes this by creatingQNTToNXT()
which takes in thedecimals
and uses it in several areas where needed.