mirror of
https://github.com/pezkuwichain/revive-differential-tests.git
synced 2026-06-19 18:01:05 +00:00
Rename geth node
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user