Closed BraydenLangley closed 4 months ago
Transaction SPV verification now correctly returns true for "scripts only" verification when a merkle proof is found.
Describe the tests you've added or any testing steps you've taken.
CHANGELOG.md
npm run doc
npm run lint
npm version patch
Description of Changes
Transaction SPV verification now correctly returns true for "scripts only" verification when a merkle proof is found.
Describe the tests you've added or any testing steps you've taken.
Checklist:
CHANGELOG.md
with my changesnpm run doc
andnpm run lint
one final time before requesting a reviewnpm version patch
so that my changes will trigger a new version to be released when they are merged