small fix

This commit is contained in:
fosse 2023-12-21 11:44:08 -05:00
parent b79df2f3f8
commit 4605bb684d

View file

@ -88,7 +88,7 @@ Future<double> _fetchPriceAsync(
compute(_fetchPrice, { compute(_fetchPrice, {
'fiat': fiat.toString(), 'fiat': fiat.toString(),
'crypto': crypto.toString(), 'crypto': crypto.toString(),
'torOnly': torOnly.toString(), 'torOnly': torOnly,
'port': ProxyWrapper.port, 'port': ProxyWrapper.port,
'torEnabled': ProxyWrapper.enabled, 'torEnabled': ProxyWrapper.enabled,
}); });