Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Manually implement is_uncompressed for BitcoinKey
The `interpreter::BitcoinKey` uses the default implementation of `MiniscriptKey`, which means `is_uncompressed` returns `false`. However if the full key is a `bitcoin::PublicKey` it may be compressed. Manually implement `MiniscriptKey::is_uncompressed` for `BitcoinKey` and return the compressedness of the inner full key.
- Loading branch information