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
I created a solana wallet(lets call it deposit_wallet) and assigned the ownership of this wallet to my program 59JNYpGZ5sMoQzuUzMmCfqMzQncYc9Xjo6wgGgnZvcHw using SystemProgram.assign.
Now I want to implement an instruction in my contract to transfer lamports from this wallet owned by my program to another of my wallet receiver_wallet.
I created a solana wallet(lets call it
deposit_wallet
) and assigned the ownership of this wallet to my program59JNYpGZ5sMoQzuUzMmCfqMzQncYc9Xjo6wgGgnZvcHw
usingSystemProgram.assign
.Now I want to implement an instruction in my contract to transfer lamports from this wallet owned by my program to another of my wallet
receiver_wallet
.Here is the code I am trying
The error I get:
The text was updated successfully, but these errors were encountered: