I reply to all queries on the forums and via email, once per day, Monday to Friday (not weekends).

If you are new here, please see some information on how to ask for support. Thank you!

Reply To: Invalid number of decimals in deposits

dashed-slug.net Forums TurtleCoin Adapter extension support Invalid number of decimals in deposits Reply To: Invalid number of decimals in deposits

#9034
d3vnu77
Participant

The problem seem to be that when $this->get_decimal_places() is called, it returns 2 instead of 8.

This is because 2 is hard-coded into the get_decimal_places method of the coin-adapter-turtlecoin.php

If I change the hardcoded value to 8, it fixes everything.