As per title
Details
Details
- Reviewers
deadalnix Mengerian - Group Reviewers
Restricted Owners Package (Owns No Changed Paths) Restricted Project - Commits
- rSTAGINGb1eb229c4c3f: Fix script error description
rABCb1eb229c4c3f: Fix script error description
make check
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
Good catch! I indicated a minor suggested rewording
src/script/script_error.cpp | ||
---|---|---|
75 ↗ | (On Diff #7194) | Seems to me it could be better as: "Only push operators allowed in scriptSig" More accurate that way. Also in the context of the other messages, which use "signature" to refer just the ECDSA signature. |
src/script/script_error.cpp | ||
---|---|---|
75 ↗ | (On Diff #7198) | signature scripts ? scriptSig is really a bad name. |