Fix a typo in instruction.rs

This commit is contained in:
Mykola Vasylchyshyn 2022-02-17 16:45:37 +02:00 committed by Michael Vines
parent 6944577691
commit d6896a9715
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ pub struct DepositSingleTokenTypeExactAmountIn {
pub minimum_pool_token_amount: u64, pub minimum_pool_token_amount: u64,
} }
/// WithdrawAllTokenTypes instruction data /// WithdrawSingleTokenTypeExactAmountOut instruction data
#[cfg_attr(feature = "fuzz", derive(Arbitrary))] #[cfg_attr(feature = "fuzz", derive(Arbitrary))]
#[repr(C)] #[repr(C)]
#[derive(Clone, Debug, PartialEq)] #[derive(Clone, Debug, PartialEq)]