mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
tests(node-builder): basic exex test update for apply function (#11695)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
This commit is contained in:
@ -177,6 +177,11 @@ impl<DB, ChainSpec> NodeBuilder<DB, ChainSpec> {
|
||||
pub const fn config(&self) -> &NodeConfig<ChainSpec> {
|
||||
&self.config
|
||||
}
|
||||
|
||||
/// Returns a mutable reference to the node builder's config.
|
||||
pub fn config_mut(&mut self) -> &mut NodeConfig<ChainSpec> {
|
||||
&mut self.config
|
||||
}
|
||||
}
|
||||
|
||||
impl<DB, ChainSpec: EthChainSpec> NodeBuilder<DB, ChainSpec> {
|
||||
|
||||
Reference in New Issue
Block a user