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 bd9ad0c commit fb98253Copy full SHA for fb98253
src/policy/compiler.rs
@@ -809,9 +809,7 @@ where
809
insert_wrap!(AstElemExt::terminal(Terminal::True));
810
}
811
Concrete::Key(ref pk) => {
812
- insert_wrap!(AstElemExt::terminal(Terminal::PkH(
813
- pk.to_pubkeyhash().clone()
814
- )));
+ insert_wrap!(AstElemExt::terminal(Terminal::PkH(pk.to_pubkeyhash())));
815
insert_wrap!(AstElemExt::terminal(Terminal::PkK(pk.clone())));
816
817
Concrete::After(n) => insert_wrap!(AstElemExt::terminal(Terminal::After(n))),
0 commit comments