Rename geth node

This commit is contained in:
Omar Abdulla
2025-08-01 13:35:09 +03:00
parent 330d342d3b
commit 74cbafd42a
2 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ pub trait Platform {
pub struct Geth;
impl Platform for Geth {
type Blockchain = geth::Instance;
type Blockchain = geth::GethNode;
type Compiler = solc::Solc;
fn config_id() -> TestingPlatform {