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 Oct 3, 2024
1 parent ccfa3d4 commit f5863b5
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 f5863b5

Please sign in to comment.