Skip to content

Commit

Permalink
Update error.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
staccDOTsol authored Jan 10, 2024
1 parent db2c9bd commit 7980d59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hydra/program/src/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,6 @@ pub enum HydraError {
#[msg("Before you remove a wallet or NFT member please transfer the shares to another member")]
RemoveSharesMustBeZero,

#[msg("Sending Sol to a SPL token destination will render the sol unusable")]
#[msg("Sending Sol to a non-Native Account destination will render the sol unusable")]
InvalidCloseAccountDestination,
}

0 comments on commit 7980d59

Please sign in to comment.