mirror of
https://github.com/d0zingcat/ore.git
synced 2026-06-02 07:36:48 +00:00
tolerance to config
This commit is contained in:
@@ -27,6 +27,12 @@ pub struct Config {
|
||||
|
||||
/// Is mining paused.
|
||||
pub paused: u32,
|
||||
|
||||
/// Seconds prior to a miner's target time during which their hashes will not be penalized.
|
||||
pub tolerance_spam: i64,
|
||||
|
||||
/// Seconds after a miner's target time during which their hashes will not be penalized.
|
||||
pub tolerance_liveness: i64,
|
||||
}
|
||||
|
||||
impl Discriminator for Config {
|
||||
|
||||
Reference in New Issue
Block a user