Skip to content

Commit

Permalink
Update programs/svm-spoke/src/instructions/deposit.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismaree authored Jan 9, 2025
1 parent 49c3389 commit 2b2eb0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion programs/svm-spoke/src/instructions/deposit.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Note: The `svm-spoke` does not support `speedUpV3Deposit` and `fillV3RelayWithUpdatedDeposit` due to cryptographic
// incompatibilities between Solana (Ed25519) and Ethereum (ECDSA secp256k1). Specifically, Solana wallets cannot
// generate ECDSA signatures required for Ethereum verification. As a result, speed-up functionality on Solana is not
// implemented. For more details, refer to the documentation: https://docs.across.to/.
// implemented. For more details, refer to the documentation: https://docs.across.to

use anchor_lang::prelude::*;
use anchor_spl::token_interface::{Mint, TokenAccount, TokenInterface};
Expand Down

0 comments on commit 2b2eb0e

Please sign in to comment.