Bitcoin Core's consensus rules allow this timespan interval to be negative. This commit also updates Params::pow_target_timespan to be a u32. This field is almost compared to u64 and i64s, so changing this to a u32 will allow users to use `.into()` for converstions |
||
---|---|---|
.. | ||
mod.rs | ||
params.rs |