Closed tcharding closed 2 months ago
ACK f0100e1c559ced3e60d91f449f4354be86a38a39
Idle thoughts:
I wonder if engine.input
should be doing the .as_ref
for us.
Also in rust-bitcoin we should make sure that all these hashes also implement AsRef<PushBytes>
.
In preparation for removing
SliceIndex
from hash type impls (inbitcoin_hashes
) lets stop indexing hash types here.Internal change only.