Skip to content

Commit

Permalink
token-2022: Fix build with zk-ops disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
joncinque committed Sep 26, 2023
1 parent 79a575f commit 8995a3a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,7 @@ pub fn verify_transfer_proof(

/// Verify zero-knowledge proof needed for a [Transfer] instruction with fee and return the
/// corresponding proof context.
#[cfg(feature = "zk-ops")]
pub fn verify_transfer_with_fee_proof(
account_info_iter: &mut Iter<'_, AccountInfo<'_>>,
proof_instruction_offset: i64,
Expand Down

0 comments on commit 8995a3a

Please sign in to comment.