mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2024-12-23 12:09:43 +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, {
|
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,
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue