File tree 1 file changed +4
-5
lines changed
1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,6 @@ fn sync_provider() -> Arc<TestSyncProvider> {
57
57
} ) )
58
58
}
59
59
60
-
61
60
fn miner_service ( spec : & Spec ) -> Arc < Miner > {
62
61
Arc :: new ( Miner :: new_for_tests ( spec, None ) )
63
62
}
@@ -83,14 +82,14 @@ struct EthTester {
83
82
_runtime : Runtime ,
84
83
_snapshot : Arc < TestSnapshotService > ,
85
84
accounts : Arc < AccountProvider > ,
86
- #[ allow( unused) ]
87
- client : Arc < Client > ,
85
+ #[ allow( unused) ]
86
+ client : Arc < Client > ,
88
87
handler : IoHandler < Metadata > ,
89
88
}
90
89
91
90
impl EthTester {
92
- #[ allow( unused) ]
93
- fn from_chain ( chain : & BlockChain ) -> Self {
91
+ #[ allow( unused) ]
92
+ fn from_chain ( chain : & BlockChain ) -> Self {
94
93
let tester = if :: ethjson:: blockchain:: Engine :: NoProof == chain. engine {
95
94
let mut config = ClientConfig :: default ( ) ;
96
95
config. verifier_type = VerifierType :: CanonNoSeal ;
You can’t perform that action at this time.
0 commit comments