We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 047085a commit 855835bCopy full SHA for 855835b
src/miniscript/mod.rs
@@ -22,8 +22,8 @@ use bitcoin::taproot::{LeafVersion, TapLeafHash};
22
use self::analyzable::ExtParams;
23
pub use self::context::{BareCtx, Legacy, Segwitv0, Tap};
24
use crate::iter::TreeLike;
25
-use crate::{prelude::*, MAX_RECURSION_DEPTH};
26
-use crate::{script_num_size, TranslateErr};
+use crate::prelude::*;
+use crate::{script_num_size, TranslateErr, MAX_RECURSION_DEPTH};
27
28
pub mod analyzable;
29
pub mod astelem;
0 commit comments