← Back to Bitcoin Improvement Proposals
BIPinformational

BIP119: appease typos linter

The linter is raising with the following (e.g., in #1780 and #1783) that is resolved by this patch. ```bash ~/bitcoin/bips$ typos error: `TYP` should be `TYPO` --> ./bip-0119.mediawiki:594:73 | 594 | is set to CTVHASH_ALL. Other programs could be added similar to SIGHASH_TYPEs. ```

No reviews
jonatack·Updated Mar 9, 2025·0 reviews·0 attestations·View source
Collections:BIPs — Merged

Specification

The linter is raising with the following (e.g., in #1780 and #1783) that is resolved by this patch.

~/bitcoin/bips$ typos
error: `TYP` should be `TYPO`
  --> ./bip-0119.mediawiki:594:73
    |
594 | is set to CTVHASH_ALL. Other programs could be added similar to SIGHASH_TYPEs.

Discussion (0 threads)

Loading discussions...