diff --git a/verification/src/work.rs b/verification/src/work.rs index 182c7d27..36fd29bb 100644 --- a/verification/src/work.rs +++ b/verification/src/work.rs @@ -82,7 +82,7 @@ pub fn work_required(parent_hash: H256, time: u32, height: u32, store: &BlockHea return work_required_testnet(parent_hash, time, height, store, Network::Testnet) } - parent_header.bits, + parent_header.bits } pub fn work_required_testnet(parent_hash: H256, time: u32, height: u32, store: &BlockHeaderProvider, network: Network) -> Compact {