Skip to content

Commit

Permalink
basefee pallet inline docs for pallet description
Browse files Browse the repository at this point in the history
  • Loading branch information
ozgunozerk committed Jul 24, 2024
1 parent 5f13853 commit 063ab6f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions frame/base-fee/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@
// See the License for the specific language governing permissions and
// limitations under the License.

//! # BaseFee pallet
//!
//! The BaseFee pallet is responsible for managing the `BaseFeePerGas` value.
//! This pallet can dynamically adjust the `BaseFeePerGas` by utilizing `Elasticity`.

#![cfg_attr(not(feature = "std"), no_std)]
#![allow(clippy::comparison_chain)]
#![warn(unused_crate_dependencies)]
Expand Down

0 comments on commit 063ab6f

Please sign in to comment.