Skip to content

Commit

Permalink
Include pallet-base-fee in workspace + 0.9.16 change
Browse files Browse the repository at this point in the history
  • Loading branch information
nanocryk committed Feb 8, 2022
1 parent 3e3e533 commit 2ef3910
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 0 deletions.
15 changes: 15 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[workspace]
members = [
"frame/base-fee",
"frame/dynamic-fee",
"frame/ethereum",
"frame/evm",
Expand Down
1 change: 1 addition & 0 deletions frame/base-fee/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ pub mod pallet {

#[pallet::pallet]
#[pallet::generate_store(pub(super) trait Store)]
#[pallet::without_storage_info]
pub struct Pallet<T>(_);

#[pallet::genesis_config]
Expand Down

0 comments on commit 2ef3910

Please sign in to comment.