Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

smol fix for process_remove_member.rs #1166

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Commits on Jan 10, 2024

  1. Update process_remove_member.rs

    plz sers, I will earn so much of my hydra wasted efforts back if we can fix the remove Member ix.
    
    expected behavior: feed it a member (which is seeded as mint of membership voucher) and a destination (native account) and it works
    actual behavior: it does a check to see if member is owned by spl token, errors if so with "InvalidCloseAccountDestination. Error Number: 6024. Error Message: Sending Sol to a SPL token destination will render the sol unusable."
    fix: this check is meant for the destination, to see if it is a native account. do a switcheroo and the checks should pass.
    staccDOTsol committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    1afee7b View commit details
    Browse the repository at this point in the history
  2. Update process_remove_member.rs

    it's actually better like this, tbf.
    staccDOTsol committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    db2c9bd View commit details
    Browse the repository at this point in the history
  3. Update error.rs

    staccDOTsol committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    7980d59 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

  1. too many :s

    staccDOTsol committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    8a6e022 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    39e6609 View commit details
    Browse the repository at this point in the history