tdex-network / tdex-daemon

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

Hotfix: prevent daemon crashing when calculating trade fees #542

Closed altafan closed 2 years ago

altafan commented 2 years ago

This fixes the bug that makes the daemon crash when serving trades with a counter-part using multisig scripts.

Closes #541.

Please @tiero review this.