mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-04-30 03:01:58 -04:00
docs: improve documentation clarity in pool.rs (#16533)
This commit is contained in:
@@ -66,7 +66,7 @@ pub(crate) struct MockTransactionSimulator<R: Rng> {
|
||||
balances: HashMap<Address, U256>,
|
||||
/// represents the on chain nonce of a sender.
|
||||
nonces: HashMap<Address, u64>,
|
||||
/// A set of addresses to as senders.
|
||||
/// A set of addresses to use as senders.
|
||||
senders: Vec<Address>,
|
||||
/// What scenarios to execute.
|
||||
scenarios: Vec<ScenarioType>,
|
||||
@@ -166,7 +166,7 @@ impl MockSimulatorConfig {
|
||||
}
|
||||
}
|
||||
|
||||
/// Represents
|
||||
/// Represents the different types of test scenarios.
|
||||
#[derive(Debug, Clone)]
|
||||
#[cfg_attr(feature = "serde", derive(serde::Serialize, serde::Deserialize))]
|
||||
pub(crate) enum ScenarioType {
|
||||
|
||||
Reference in New Issue
Block a user