Add `impl Clone for Box<{custom DST}>`
This commit adds the ability to clone boxed versions of two custom unsized byte-wrapping types used in Bitcoin scripts. Before this change, code that tried to clone a Box<Script> or Box<PushBytes> would fail to compile. The change is a nor…
9b738a5fby Martin Habovstiak+50−15 files