From 2b2eb0ec2e7d5ca647e9ba549e393633acf6e83f Mon Sep 17 00:00:00 2001 From: Chris Maree Date: Thu, 9 Jan 2025 12:39:46 +0100 Subject: [PATCH] Update programs/svm-spoke/src/instructions/deposit.rs --- programs/svm-spoke/src/instructions/deposit.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/programs/svm-spoke/src/instructions/deposit.rs b/programs/svm-spoke/src/instructions/deposit.rs index 193641921..df785a132 100644 --- a/programs/svm-spoke/src/instructions/deposit.rs +++ b/programs/svm-spoke/src/instructions/deposit.rs @@ -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};