fix donation link saved regardless of the current wallet (#1491)

This commit is contained in:
Omar Hatem 2024-06-21 02:17:19 +03:00 committed by GitHub
parent 1690f6af1e
commit 4a0096985a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 58 additions and 38 deletions

View file

@ -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