From b69fbdbd4c37a18b8478c55a69dc43c1c5c23ce9 Mon Sep 17 00:00:00 2001 From: Sosthene Date: Tue, 28 May 2024 10:41:47 +0200 Subject: [PATCH] Reexport sp_client --- src/lib.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/lib.rs b/src/lib.rs index 2bdb1ee..d9d184f 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,3 +1,5 @@ +pub use sp_client; + pub mod crypto; pub mod network; pub mod silentpayments;