From d5abea59b3bdcd7163eb4664d300c7b55b8b4fa8 Mon Sep 17 00:00:00 2001 From: Cem Eliguzel Date: Wed, 20 Sep 2023 13:30:54 +0000 Subject: [PATCH] enable Default impl for no_std as well --- src/lib.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index 138f443..15cb406 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -696,7 +696,6 @@ pub mod pallet { pub funded_amount: BalanceOf, } - #[cfg(feature = "std")] impl Default for GenesisConfig { fn default() -> Self { Self {