mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2024-12-23 03:59:23 +00:00
fix: Solana message improvement (#1316)
This commit is contained in:
parent
a49e57e342
commit
379242835c
1 changed files with 1 additions and 3 deletions
|
@ -394,9 +394,7 @@ class SolanaWalletClient {
|
||||||
funder: ownerKeypair,
|
funder: ownerKeypair,
|
||||||
);
|
);
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
throw Exception(
|
throw Exception('Insufficient lamports balance to complete this transaction');
|
||||||
'Error while creating an associated token account for the recipient: ${e.toString()}',
|
|
||||||
);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// Input by the user
|
// Input by the user
|
||||||
|
|
Loading…
Reference in a new issue