Refactored key-management a lot.
This commit is contained in:
@@ -10,6 +10,7 @@ use num_cpus;
|
||||
|
||||
use crate::{Block, Bytes, Context, hash_is_good, Transaction};
|
||||
use crate::event::Event;
|
||||
use std::ops::DerefMut;
|
||||
|
||||
pub struct Miner {
|
||||
context: Arc<Mutex<Context>>,
|
||||
|
||||
Reference in New Issue
Block a user