mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-06-28 12:29:51 +00:00
fix Monero view only wallet (#2121)
This commit is contained in:
parent
2f0cb28fb2
commit
19f0c5b05e
1 changed files with 1 additions and 2 deletions
|
@ -222,8 +222,7 @@ class OnRamperBuyProvider extends BuyProvider {
|
||||||
'${prefix}defaultAmount': amount.toString(),
|
'${prefix}defaultAmount': amount.toString(),
|
||||||
if (paymentMethod != null) '${prefix}defaultPaymentMethod': paymentMethod,
|
if (paymentMethod != null) '${prefix}defaultPaymentMethod': paymentMethod,
|
||||||
'onlyOnramps': quote.rampId,
|
'onlyOnramps': quote.rampId,
|
||||||
'networkWallets': '$defaultCrypto:$cryptoCurrencyAddress',
|
'networkWallets': '${quote.cryptoCurrency.fullName?.toUpperCase()}:$cryptoCurrencyAddress',
|
||||||
'walletAddress': cryptoCurrencyAddress,
|
|
||||||
'supportSwap': "false",
|
'supportSwap': "false",
|
||||||
'primaryColor': primaryColor,
|
'primaryColor': primaryColor,
|
||||||
'secondaryColor': secondaryColor,
|
'secondaryColor': secondaryColor,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue