Skip to content

Commit

Permalink
Remove old comment
Browse files Browse the repository at this point in the history
No longer relevant
  • Loading branch information
Jon-edge committed Sep 30, 2024
1 parent dbb2621 commit 0063412
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/plugins/gui/amountQuotePlugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -225,9 +225,6 @@ export const amountQuoteFiatPlugin: FiatPluginFactory = async (params: FiatPlugi
let goodQuotes: FiatProviderQuote[] = []
let lastSourceFieldNum: number

// HACK: Force EUR for sepa Bity, since Bity doesn't accept USD, a common
// wallet fiat selection regardless of region.
// TODO: Remove when Fiat selection is designed.
const fiatCurrencyCode = forceFiatCurrencyCode ?? defaultIsoFiat
const displayFiatCurrencyCode = removeIsoPrefix(fiatCurrencyCode)
const isBuy = direction === 'buy'
Expand Down

0 comments on commit 0063412

Please sign in to comment.