Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

token-2022: Fix build with zk-ops disabled #5372

Merged
merged 1 commit into from
Sep 27, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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