From 80af580fcb4b7fe003d9f1c0fd1b020921677b3b Mon Sep 17 00:00:00 2001 From: George Tsagkarelis Date: Wed, 26 Jul 2023 21:59:22 +0300 Subject: [PATCH] docs: remove elapsed reason from docs --- docs/autoloop.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/docs/autoloop.md b/docs/autoloop.md index 7bfecad..4cd4775 100644 --- a/docs/autoloop.md +++ b/docs/autoloop.md @@ -279,8 +279,6 @@ following reasons will be displayed: * Budget not started: if the start date for your budget is in the future, no swaps will be executed until the start date is reached. See [budget](#budget) to update. -* Budget elapsed: if the autolooper has elapsed the budget assigned to it for - fees, this reason will be returned. See [budget](#budget) to update. * Sweep fees: this reason will be displayed if the estimated chain fee rate for sweeping a loop out swap is higher than the current limit. See [sweep fees](#fee-market-awareness) to update. @@ -290,8 +288,7 @@ following reasons will be displayed: [in flight limit](#in-flight-limit) to update. * Budget insufficient: if there is not enough remaining budget for a swap, including the amount currently reserved for in flight swaps, an insufficient - reason will be displayed. This differs from budget elapsed because there is - still budget remaining, just not enough to execute a specific swap. + reason will be displayed. * Swap fee: there is a limit placed on the fee that the client will pay to the server for automatically dispatched swaps. The swap fee reason will be shown if the fees advertised by the server are too high. See [swap fee](#swap-fee)