Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
Already on GitHub? Sign in to your account
Bugfix: Use testnet RequireStandard for -acceptnonstdtxn default #11026
Conversation
MarcoFalke
added
the
Docs and Output
label
Aug 10, 2017
|
utACK |
|
Care to elaborate a bit? |
|
Note the combination of these bugs results in the correct boolean output, but the logic to get there is completely wrong. |
|
utACK 4aa2508 |
|
utACK 4aa2508 |
laanwj
merged commit 4aa2508
into
bitcoin:master
Aug 22, 2017
1 check passed
continuous-integration/travis-ci/pr
The Travis CI build passed
Details
added a commit
that referenced
this pull request
Aug 22, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
luke-jr commentedAug 10, 2017
•
Edited 1 time
-
luke-jr
Aug 20, 2017
Fixes a bug introduced in #8855
-acceptnonstdtxnis a valid option only for testnet/regtest (in Core), and the help message reflects that. Currently, however, it is buggy in two ways:Note the combination of these bugs results in the correct boolean output, but the logic to get there is completely wrong.