Skip to content

Commit 3385a8b

Browse files
authored
basefee pallet inline docs for pallet description (#1476)
1 parent 42b4490 commit 3385a8b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

frame/base-fee/src/lib.rs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@
1515
// See the License for the specific language governing permissions and
1616
// limitations under the License.
1717

18+
//! # BaseFee pallet
19+
//!
20+
//! The BaseFee pallet is responsible for managing the `BaseFeePerGas` value.
21+
//! This pallet can dynamically adjust the `BaseFeePerGas` by utilizing `Elasticity`.
22+
1823
#![cfg_attr(not(feature = "std"), no_std)]
1924
#![allow(clippy::comparison_chain)]
2025
#![warn(unused_crate_dependencies)]

0 commit comments

Comments
 (0)