mirror of
https://github.com/pezkuwichain/revive-differential-tests.git
synced 2026-04-29 08:58:02 +00:00
ml-runner init
This commit is contained in:
@@ -74,6 +74,14 @@ pub trait EthereumNode {
|
||||
+ '_,
|
||||
>,
|
||||
>;
|
||||
|
||||
/// Creates a node instance from an existing running node.
|
||||
fn new_existing() -> Self
|
||||
where
|
||||
Self: Sized,
|
||||
{
|
||||
panic!("new_existing is not implemented for this node type")
|
||||
}
|
||||
}
|
||||
|
||||
#[derive(Clone, Debug, PartialEq, Eq, PartialOrd, Ord, Hash)]
|
||||
|
||||
Reference in New Issue
Block a user