You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 16, 2024. It is now read-only.
When the balance of the target address is 0, the tutorial's const LAMPORTS_TO_SEND = 5000; will throw an error:
SendTransactionError: failed to send transaction: Transaction simulation failed: Transaction results in an account (1) with insufficient funds for rent.
It needs to be increased, I have set it to 500000000.
The text was updated successfully, but these errors were encountered:
When the balance of the target address is 0, the tutorial's const LAMPORTS_TO_SEND = 5000; will throw an error:
SendTransactionError: failed to send transaction: Transaction simulation failed: Transaction results in an account (1) with insufficient funds for rent.
It needs to be increased, I have set it to 500000000.
The text was updated successfully, but these errors were encountered: