You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
let segwit_ms = Segwitv0Script::from_str("andor(pk(),or_i(and_v(vc:pk_h(),hash160(1111111111111111111111111111111111111111)),older(1008)),pk())").unwrap();
526
-
let legacy_ms = LegacyScript::from_str("andor(pk(),or_i(and_v(vc:pk_h(),hash160(1111111111111111111111111111111111111111)),older(1008)),pk())").unwrap();
527
-
let bare_ms = BareScript::from_str("multi(2,,,)").unwrap();
524
+
let segwit_ms = Segwitv0Script::from_str_insane("andor(pk(),or_i(and_v(vc:pk_h(),hash160(1111111111111111111111111111111111111111)),older(1008)),pk())").unwrap();
525
+
let legacy_ms = LegacyScript::from_str_insane("andor(pk(),or_i(and_v(vc:pk_h(),hash160(1111111111111111111111111111111111111111)),older(1008)),pk())").unwrap();
526
+
let bare_ms = BareScript::from_str_insane("multi(2,,,)").unwrap();
let ms = "and_v(v:hash160(20195b5a3d650c17f0f29f91c33f8f6335193d07),or_d(sha256(96de8fc8c256fa1e1556d41af431cace7dca68707c78dd88c3acab8b17164c47),older(16)))";
594
-
let ms:Segwitv0Script = Miniscript::from_str(ms).unwrap();
614
+
let ms:Segwitv0Script = Miniscript::from_str_insane(ms).unwrap();
let ms = "and_v(v:sha256(96de8fc8c256fa1e1556d41af431cace7dca68707c78dd88c3acab8b17164c47),or_d(sha256(96de8fc8c256fa1e1556d41af431cace7dca68707c78dd88c3acab8b17164c47),older(16)))";
598
-
let ms:Segwitv0Script = Miniscript::from_str(ms).unwrap();
618
+
let ms:Segwitv0Script = Miniscript::from_str_insane(ms).unwrap();
let ms = "and_v(v:ripemd160(20195b5a3d650c17f0f29f91c33f8f6335193d07),or_d(sha256(96de8fc8c256fa1e1556d41af431cace7dca68707c78dd88c3acab8b17164c47),older(16)))";
602
-
let ms:Segwitv0Script = Miniscript::from_str(ms).unwrap();
622
+
let ms:Segwitv0Script = Miniscript::from_str_insane(ms).unwrap();
let ms = "and_v(v:hash256(96de8fc8c256fa1e1556d41af431cace7dca68707c78dd88c3acab8b17164c47),or_d(sha256(96de8fc8c256fa1e1556d41af431cace7dca68707c78dd88c3acab8b17164c47),older(16)))";
606
-
let ms:Segwitv0Script = Miniscript::from_str(ms).unwrap();
626
+
let ms:Segwitv0Script = Miniscript::from_str_insane(ms).unwrap();
0 commit comments