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 committed Sep 20, 2023
1 parent 6b83484 commit 654a2e6
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 654a2e6

Please sign in to comment.