chore: clippy (#2197)

This commit is contained in:
Roman Krasiuk
2023-04-12 09:14:01 +03:00
committed by GitHub
parent 18fd8c133a
commit c5b70f4771
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
///! Canonical chain state notification trait and types.
//! Canonical chain state notification trait and types.
use crate::{chain::BlockReceipts, Chain};
use auto_impl::auto_impl;
use std::sync::Arc;

View File

@@ -1,7 +1,7 @@
/// Guarantees max transactions for one sender, compatible with geth/erigon
pub(crate) const MAX_ACCOUNT_SLOTS_PER_SENDER: usize = 16;
///! Configuration options for the Transaction pool.
/// Configuration options for the Transaction pool.
#[derive(Debug, Clone)]
pub struct PoolConfig {
/// Max number of transaction in the pending sub-pool