Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Properly compare Buffer objects in Descriptors
- Introduced a utility function, `eqBuffers`, to accurately compare two Buffer objects or their fallback values. - Updated buffer comparisons for `getWitnessScript` and `getRedeemScript` to use the new utility function, ensuring correct and more readable comparisons. Resolves #20.
- Loading branch information