spectrum-finance/cardano-dex-backend

config.dhall - remove poolActionsConfig

Closed this issue · 1 comments

In the config.dhall file, there is a section poolActionsConfig that makes the bot fail to run.

I suggest to comment out or remove the entire section to prevent this problem, as it isn't necessary anymore and it's causing problems.

poolActionsConfig = { safeTxFeeLovalace = +300000 },

removed in #74