Skip to content

Commit

Permalink
Revert "Avoid a spandoc panic"
Browse files Browse the repository at this point in the history
This reverts commit 71825eb.

Requires spandoc v0.2.1.
(Older spandoc versions will panic on this code.)
  • Loading branch information
teor2345 committed Nov 11, 2020
1 parent ac4f1ef commit a0afa5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zebra-chain/src/work/difficulty/tests/vectors.rs
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,7 @@ fn check_testnet_minimum_difficulty_block(height: block::Height) -> Result<(), R
Some(spacing) if (time_gap <= spacing) => Err(eyre!(
"minimum difficulty block times must be more than 6 target spacing intervals apart"
))?,
_ => tracing::debug!("candidate minimum difficulty block {:?} {:?}", height, hash),
_ => {}
};
}

Expand Down

0 comments on commit a0afa5d

Please sign in to comment.