Skip to content

OP_INVERT was modifying bytes in place, now they are popped, modified, and pushed back onto the stack #492

OP_INVERT was modifying bytes in place, now they are popped, modified, and pushed back onto the stack

OP_INVERT was modifying bytes in place, now they are popped, modified, and pushed back onto the stack #492

Workflow file for this run

name: Greetings
on: [pull_request, issues]
jobs:
greeting:
runs-on: ubuntu-latest
steps:
- uses: actions/first-interaction@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
pr-message: 'Congrats, you just opened your first pull request on libsv/libsv! Thank you for contributing!'