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