From 34229fe004d484224ecd98f8f518a695b6dff57d 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;