tdex-network / tdex-daemon

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

Fix pluggable strategy type & Allow only base/quote fixed fee when updating #503

Closed altafan closed 2 years ago

altafan commented 3 years ago

This introduces changes to fix the strategy type returned by the daemon and to not require both the base and the quote fee to be defined to update the market fixed fee.

Closes #500. Cloeses #501.

Please @tiero review this.