Skip to content

Commit f93d3e0

Browse files
Change helper function visibiility to private
1 parent bfdc790 commit f93d3e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/policy/semantic.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -500,7 +500,7 @@ impl<Pk: MiniscriptKey> Policy<Pk> {
500500
}
501501

502502
/// Helper function for recursion in `absolute timelocks`
503-
pub fn real_absolute_timelocks(&self) -> Vec<u32> {
503+
fn real_absolute_timelocks(&self) -> Vec<u32> {
504504
match *self {
505505
Policy::Unsatisfiable
506506
| Policy::Trivial

0 commit comments

Comments
 (0)