tdex-network / tdex-daemon

Go implementation of the TDEX Beta Daemon
https://tdex.network
MIT License
11 stars 13 forks source link

[v1] Add support for asset precision to marketfragmenter #689

Open altafan opened 1 year ago

altafan commented 1 year ago

At the moment, the market fragmenter makes use of a min amount threshold to split the deposited amount in multiple fragments and send'em to the requested market. This threshold is an hardcoded variable for assets with precision 8 while we should support all other possible precisions.