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