https://github.com/bitcoin/bitcoin/blob/57a8fa9c3b4452ef7a9d9ed4b957b3888f542fb0/src/script/script_error.cpp#L60-L61
It should be Non-push operators are not allowed in signatures or Only push operators allowed in signatures.
SCRIPT_ERR_SIG_PUSHONLY error string is wrong #18411
issue Coding-Enthusiast opened this issue on March 23, 2020-
Coding-Enthusiast commented at 3:23 PM on March 23, 2020: none
-
theStack commented at 4:31 PM on March 23, 2020: member
Good catch! As far as I saw no test relies on the string, so it can simply be corrected -- I opened a PR (#18412) to solve this issue.
- MarcoFalke referenced this in commit 94d3063c93 on Mar 26, 2020
- MarcoFalke closed this on Mar 26, 2020
- PastaPastaPasta referenced this in commit 1748cdb33e on Jun 27, 2021
- PastaPastaPasta referenced this in commit 088c640522 on Jun 28, 2021
- PastaPastaPasta referenced this in commit 9d6441d362 on Jun 29, 2021
- PastaPastaPasta referenced this in commit 825594e6ea on Jul 1, 2021
- PastaPastaPasta referenced this in commit 651c487b4c on Jul 1, 2021
- PastaPastaPasta referenced this in commit 286acf3926 on Jul 14, 2021
- DrahtBot locked this on Feb 15, 2022
- gades referenced this in commit f8159a7262 on Apr 29, 2022