From 92275988ddf0b81989f78580c8280e27e74c4dd7 Mon Sep 17 00:00:00 2001 From: Luke Parker Date: Mon, 10 Jun 2024 13:36:32 -0400 Subject: [PATCH] Add note on origin of publish_tx function in tests/coordinator --- tests/coordinator/src/tests/rotation.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/coordinator/src/tests/rotation.rs b/tests/coordinator/src/tests/rotation.rs index 8249e5ad..3d3fc40b 100644 --- a/tests/coordinator/src/tests/rotation.rs +++ b/tests/coordinator/src/tests/rotation.rs @@ -11,8 +11,10 @@ use serai_client::{ }, Amount, Pair, Transaction, }; + use crate::{*, tests::*}; +// TODO: This is duplicated with serai-client's tests async fn publish_tx(serai: &Serai, tx: &Transaction) -> [u8; 32] { let mut latest = serai .block(serai.latest_finalized_block_hash().await.unwrap())