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 8f54b5e commit 6401c22Copy full SHA for 6401c22
src/miniscript/astelem.rs
@@ -62,7 +62,7 @@ impl<Pk: MiniscriptKey, Ctx: ScriptContext> Terminal<Pk, Ctx> {
62
Terminal::AndB(ref l, ref r) => fmt_2(f, "and_b(", l, r, is_debug),
63
Terminal::AndOr(ref a, ref b, ref c) => {
64
if c.node == Terminal::False {
65
- fmt_2(f, "and_b(", a, b, is_debug)
+ fmt_2(f, "and_n(", a, b, is_debug)
66
} else {
67
f.write_str("andor(")?;
68
conditional_fmt(f, a, is_debug)?;
0 commit comments