We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e39d9fe commit 5992933Copy full SHA for 5992933
solana/programs/matching-engine/src/fallback/processor/prepare_order_response.rs
@@ -506,10 +506,6 @@ pub fn prepare_order_response_cctp_shim(
506
receive_message_args,
507
)?;
508
509
- msg!(
510
- "Attempting to transfer {} from cctp mint recipient to prepared custody token",
511
- fast_market_order_zero_copy.amount_in
512
- );
513
// Finally transfer minted via CCTP to prepared custody token.
514
let transfer_ix = spl_token::instruction::transfer(
515
&spl_token::ID,
0 commit comments