pendulum-chain / pendulum

GNU General Public License v3.0
43 stars 14 forks source link

Fix `ConvertPrice` implementations #413

Closed ebma closed 4 months ago

ebma commented 4 months ago

Instead of using from_inner() we create the fixed point number with from_rational() and divide it by 10e12 since we know that these are the decimals considered by the batching server.

Closes #412.