As per title.
Details
Details
- Reviewers
freetrader sickpig kyuupichan awemany - Group Reviewers
Restricted Project - Commits
- rSTAGING06a4da868ae5: Update bitcoin-tx to use replay protected signatures
rABC06a4da868ae5: Update bitcoin-tx to use replay protected signatures
bitcoin-tx is covered in bitcoin-util-test.json , and it's still passing when generating replay protected signatures.
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
There is no test affected by this change in default mode of operation?
That would be a lack of a test case somewhere.
Comment Actions
There is a test that sign tx and check them, and other that use a specific set of flags. I think this is not ideal, but probably good enough for now.
Comment Actions
Ok, I opened an issue to add the missing test case - the code looked good to me otherwise.