Skip to content

Commit

Permalink
Merge pull request ElementsProject#229 from YusukeShimizu/correct-com…
Browse files Browse the repository at this point in the history
…ment

delete the comment of old issue link
  • Loading branch information
wtogami committed Sep 1, 2023
2 parents 5826a82 + 06c638d commit 3201594
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion swap/actions.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3201594

Please sign in to comment.