fix: Solana message improvement (#1316)

This commit is contained in:
Adegoke David 2024-03-02 14:50:10 +01:00 committed by OmarHatem
parent a49e57e342
commit 379242835c

View file

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