mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-06-30 05:19:52 +00:00
Compare commits
2 commits
Author | SHA1 | Date | |
---|---|---|---|
|
7c6f73ddd4 | ||
|
0eec2f52b8 |
2 changed files with 2 additions and 2 deletions
|
@ -37,7 +37,7 @@ const havenDefaultNodeUri = 'nodes.havenprotocol.org:443';
|
||||||
const ethereumDefaultNodeUri = 'ethereum-rpc.publicnode.com';
|
const ethereumDefaultNodeUri = 'ethereum-rpc.publicnode.com';
|
||||||
const polygonDefaultNodeUri = 'polygon-bor-rpc.publicnode.com';
|
const polygonDefaultNodeUri = 'polygon-bor-rpc.publicnode.com';
|
||||||
const cakeWalletBitcoinCashDefaultNodeUri = 'bitcoincash.stackwallet.com:50002';
|
const cakeWalletBitcoinCashDefaultNodeUri = 'bitcoincash.stackwallet.com:50002';
|
||||||
const nanoDefaultNodeUri = 'nano.nownodes.io';
|
const nanoDefaultNodeUri = 'rpc.nano.to';
|
||||||
const nanoDefaultPowNodeUri = 'rpc.nano.to';
|
const nanoDefaultPowNodeUri = 'rpc.nano.to';
|
||||||
const solanaDefaultNodeUri = 'solana-mainnet.core.chainstack.com';
|
const solanaDefaultNodeUri = 'solana-mainnet.core.chainstack.com';
|
||||||
const tronDefaultNodeUri = 'api.trongrid.io';
|
const tronDefaultNodeUri = 'api.trongrid.io';
|
||||||
|
|
|
@ -846,7 +846,7 @@ abstract class SendViewModelBase extends WalletChangeListenerViewModel with Stor
|
||||||
if (error.errorMessage != null && error.errorMessage!.contains("no peers replied")) {
|
if (error.errorMessage != null && error.errorMessage!.contains("no peers replied")) {
|
||||||
return S.current.tx_commit_failed_no_peers;
|
return S.current.tx_commit_failed_no_peers;
|
||||||
}
|
}
|
||||||
return "${S.current.tx_commit_failed}${error.errorMessage != null ? "\n\n${error.errorMessage}" : ""}";
|
return "${S.current.tx_commit_failed}\nsupport@cakewallet.com${error.errorMessage != null ? "\n\n${error.errorMessage}" : ""}";
|
||||||
}
|
}
|
||||||
if (error is TransactionCommitFailedDustChange) {
|
if (error is TransactionCommitFailedDustChange) {
|
||||||
return S.current.tx_rejected_dust_change;
|
return S.current.tx_rejected_dust_change;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue