Skip to content

Commit 9ad29da

Browse files
committed
small-fix : BlockInterval path fix in bitcoin/src/network/params.rs
1 parent ae8cace commit 9ad29da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bitcoin/src/network/params.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ use crate::network::Network;
7474
#[cfg(doc)]
7575
use crate::pow::CompactTarget;
7676
use crate::pow::Target;
77-
use crate::TestnetVersion;
77+
use crate::{BlockInterval, TestnetVersion};
7878

7979
/// Parameters that influence chain consensus.
8080
#[non_exhaustive]

0 commit comments

Comments
 (0)