Skip to content

Commit

Permalink
Update gemstone/src/swapper/stargate/provider.rs
Browse files Browse the repository at this point in the history
Co-authored-by: 0xh3rman <[email protected]>
  • Loading branch information
kuchmenko and 0xh3rman authored Jan 16, 2025
1 parent 85e9074 commit 358e450
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gemstone/src/swapper/stargate/provider.rs
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ impl GemSwapProvider for Stargate {
Ok(quote_data)
}

async fn get_transaction_status(&self, _chain: Chain, _transaction_hash: &str, _provider: Arc<dyn AlienProvider>) -> Result<bool, SwapperError> {
async fn get_transaction_status(&self, _chain: Chain, transaction_hash: &str, provider: Arc<dyn AlienProvider>) -> Result<bool, SwapperError> {
let api = LayerZeroScanApi::new(_provider.clone());
let response = api.get_message_by_tx(_transaction_hash).await?;
let messages = response.data;
Expand Down

0 comments on commit 358e450

Please sign in to comment.