mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2024-12-23 03:59:23 +00:00
small fix
This commit is contained in:
parent
b79df2f3f8
commit
4605bb684d
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ Future<double> _fetchPriceAsync(
|
|||
compute(_fetchPrice, {
|
||||
'fiat': fiat.toString(),
|
||||
'crypto': crypto.toString(),
|
||||
'torOnly': torOnly.toString(),
|
||||
'torOnly': torOnly,
|
||||
'port': ProxyWrapper.port,
|
||||
'torEnabled': ProxyWrapper.enabled,
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue