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

Commit f9f8824

Browse files
[token-2022] allow split confidential transfer instruction constructors to be invoked on chain (#6178)
allow `transfer_with_split_proofs` and `transfer_with_fee_and_split_proofs` to be invoked on chain
1 parent eb32c5e commit f9f8824

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

token/program-2022/src/extension/confidential_transfer/instruction.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1359,7 +1359,6 @@ pub fn disable_non_confidential_credits(
13591359

13601360
/// Create a `TransferWithSplitProof` instruction without fee
13611361
#[allow(clippy::too_many_arguments)]
1362-
#[cfg(not(target_os = "solana"))]
13631362
pub fn transfer_with_split_proofs(
13641363
token_program_id: &Pubkey,
13651364
source_token_account: &Pubkey,
@@ -1438,7 +1437,6 @@ pub fn transfer_with_split_proofs(
14381437

14391438
/// Create a `TransferWithSplitProof` instruction with fee
14401439
#[allow(clippy::too_many_arguments)]
1441-
#[cfg(not(target_os = "solana"))]
14421440
pub fn transfer_with_fee_and_split_proofs(
14431441
token_program_id: &Pubkey,
14441442
source_token_account: &Pubkey,

0 commit comments

Comments
 (0)