From 06c638d1409620c6df0a5bfd35026c15b00e5b36 Mon Sep 17 00:00:00 2001 From: YusukeShimizu Date: Thu, 31 Aug 2023 17:34:41 +0900 Subject: [PATCH] delete the comment of old issue link [skip ci] --- swap/actions.go | 1 - 1 file changed, 1 deletion(-) diff --git a/swap/actions.go b/swap/actions.go index e8edb184..19017d5e 100644 --- a/swap/actions.go +++ b/swap/actions.go @@ -366,7 +366,6 @@ func (c *CreateSwapOutFromRequestAction) Execute(services *SwapServices, swap *S return swap.HandleError(err) } - // todo replace with premium estimation https://github.com/elementsproject/peerswap/issues/109 openingFee, err := wallet.GetFlatSwapOutFee() if err != nil { swap.LastErr = err