mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-06-28 12:29:51 +00:00
fix donation link saved regardless of the current wallet (#1491)
This commit is contained in:
parent
1690f6af1e
commit
4a0096985a
5 changed files with 58 additions and 38 deletions
|
@ -456,7 +456,7 @@ class SolanaWalletClient {
|
|||
funder: ownerKeypair,
|
||||
);
|
||||
} catch (e) {
|
||||
throw Exception('Insufficient lamports balance to complete this transaction');
|
||||
throw Exception('Insufficient SOL balance to complete this transaction');
|
||||
}
|
||||
|
||||
// Input by the user
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue