Skip to content

Commit

Permalink
enable Default impl for no_std as well
Browse files Browse the repository at this point in the history
  • Loading branch information
Cem Eliguzel authored and RomarQ committed Mar 7, 2024
1 parent f0d1bf9 commit d5abea5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -696,7 +696,6 @@ pub mod pallet {
pub funded_amount: BalanceOf<T>,
}

#[cfg(feature = "std")]
impl<T: Config> Default for GenesisConfig<T> {
fn default() -> Self {
Self {
Expand Down

0 comments on commit d5abea5

Please sign in to comment.