BoltzExchange / boltz-client

Boltz Client for CLN & LND
MIT License
42 stars 13 forks source link

Boltz Client doesn't start swapping once it ran into budget exceeded #228

Closed kilrau closed 1 month ago

kilrau commented 3 months ago

First I ran into budget exceeded

2024-07-31 17:32:48.599 [INFO ] Skipping swap recommendation &{checks:{Amount:40294967 FeeEstimate:201777 DismissedReasons:[budget exceeded]} Type:submarine Channel:<nil>}
2024-07-31 17:33:09.959 [INFO ] Stopping lightning auto swapper
2024-07-31 17:33:41.001 [INFO ] Starting lightning auto swapper
2024-07-31 17:33:41.006 [INFO ] Skipping swap recommendation &{checks:{Amount:23040017 FeeEstimate:115503 DismissedReasons:[budget exceeded]} Type:submarine Channel:<nil>}
2024-07-31 17:34:11.008 [INFO ] Skipping swap recommendation &{checks:{Amount:23040017 FeeEstimate:115503 DismissedReasons:[budget exceeded]} Type:submarine Channel:<nil>}
2024-07-31 17:34:20.006 [INFO ] Stopping lightning auto swapper
2024-07-31 17:34:20.006 [INFO ] Starting lightning auto swapper
2024-07-31 17:35:06.998 [INFO ] Stopping lightning auto swapper
2024-07-31 17:35:06.998 [INFO ] Starting lightning auto swapper
2024-07-31 17:35:08.568 [INFO ] Stopping lightning auto swapper
2024-07-31 17:35:08.568 [INFO ] Starting lightning auto swapper
2024-07-31 17:35:51.587 [INFO ] Stopping lightning auto swapper
2024-07-31 17:35:51.587 [INFO ] Starting lightning auto swapper

Then change the config to a much higher value, saved it, autoswap restarted but didn't start swapping. image

kilrau commented 3 months ago

Did another test run, exactly the same - now autoswap did start swapping after I changed the button. Weird. Let's keep this open for a bit longer to monitor.

jackstar12 commented 1 month ago

cant reproduce