This commit is contained in:
pgherveou
2025-08-21 14:54:01 +00:00
parent 16d526a9ab
commit 540a662f20
5 changed files with 26 additions and 12 deletions
+4
View File
@@ -499,6 +499,10 @@ impl ResolverApi for GethNode {
}
impl Node for GethNode {
fn name() -> &'static str {
"geth"
}
fn new(config: &Arguments) -> Self {
let geth_directory = config.directory().join(Self::BASE_DIRECTORY);
let id = NODE_COUNT.fetch_add(1, Ordering::SeqCst);