Skip to content

Commit

Permalink
commit 2
Browse files Browse the repository at this point in the history
  • Loading branch information
LGLO committed Dec 17, 2024
1 parent a6eb3c0 commit 6ecd413
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion toolkit/offchain/src/await_tx.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ use ogmios_client::query_ledger_state::QueryUtxoByUtxoId;
use sidechain_domain::UtxoId;
use std::time::Duration;
use tokio_retry::{strategy::FixedInterval, Retry};

// test ci
pub trait AwaitTx {
#[allow(async_fn_in_trait)]
async fn await_tx_output<Q: QueryUtxoByUtxoId>(
Expand Down

0 comments on commit 6ecd413

Please sign in to comment.