tdex-network / tdex-daemon

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

Add fixed fee to NewMarket RPC #705

Closed altafan closed 1 year ago

altafan commented 1 year ago

Before this, the NewMarket RPC allowed the user to specify the percentage fee at creation time, with this he can also specify the fixed fee.

This also updates the related cli command by adding the flags for the percentage and fixed fees and also drops deprecated market commands.

Closes #694.

Please @Janaka-Steph @sekulicd review this.