-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: withdraw_spl_token: create recipient ATA account if non-existent (
#55) * squash commits from branch wthdraw-spl-to-new-account * remove unnecessary funding wallet * test more state changes regarding the rent payer * clean up unused imports * fmt * Update programs/protocol-contracts-solana/src/lib.rs Co-authored-by: Lucas Bertrand <[email protected]> * Update programs/protocol-contracts-solana/src/lib.rs Co-authored-by: Lucas Bertrand <[email protected]> * Update programs/protocol-contracts-solana/src/lib.rs Co-authored-by: Lucas Bertrand <[email protected]> * Update programs/protocol-contracts-solana/src/lib.rs Co-authored-by: Lucas Bertrand <[email protected]> * fix fmt and names * fmt * add address of rent payer pda to README * remove redundant program msg!() --------- Co-authored-by: Lucas Bertrand <[email protected]>
- Loading branch information
1 parent
705831d
commit 362a59f
Showing
4 changed files
with
180 additions
and
99 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.