Merge aebe990dfe into merged_master (Bitcoin PR #15794)

This commit is contained in:
Andrew Poelstra 2020-10-29 04:48:36 +00:00
commit 1ccfa50e73

View file

@ -220,6 +220,7 @@ In general, all pull requests must:
- Not break the existing test suite;
- Where bugs are fixed, where possible, there should be unit tests
demonstrating the bug and also proving the fix. This helps prevent regression.
- Change relevant comments and documentation when behaviour of code changes.
Patches that change Bitcoin consensus rules are considerably more involved than
normal because they affect the entire ecosystem and so must be preceded by