Fix a typo in instruction.rs
This commit is contained in:
parent
6944577691
commit
d6896a9715
|
@ -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)]
|
||||||
|
|
Loading…
Reference in New Issue