refactoring to hold miner within the client
This commit is contained in:
@@ -63,7 +63,7 @@ impl<'p> SyncIo for TestIo<'p> {
|
||||
Ok(())
|
||||
}
|
||||
|
||||
fn chain(&self) -> &BlockChainClient {
|
||||
fn chain(&self) -> &MiningClient {
|
||||
self.chain
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user