From a6eb3c0da8f71371c5708e0dc9016e43784dad09 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lech=20G=C5=82owiak?= Date: Tue, 17 Dec 2024 14:29:29 +0100 Subject: [PATCH 1/2] test ci --- changelog.md | 1 + 1 file changed, 1 insertion(+) diff --git a/changelog.md b/changelog.md index 42d1f8ce8..abd8793ed 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,4 @@ +. # Changelog This changelog is based on [Keep A Changelog](https://keepachangelog.com/en/1.1.0). From 6ecd41319d34bf8096c368a200e0844aec54115f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lech=20G=C5=82owiak?= Date: Tue, 17 Dec 2024 14:34:32 +0100 Subject: [PATCH 2/2] commit 2 --- toolkit/offchain/src/await_tx.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/toolkit/offchain/src/await_tx.rs b/toolkit/offchain/src/await_tx.rs index 82ddefb64..296e1aced 100644 --- a/toolkit/offchain/src/await_tx.rs +++ b/toolkit/offchain/src/await_tx.rs @@ -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(