sipa / bips

Bitcoin Improvement Proposals
bitcoin.org
145 stars 43 forks source link

Fix title: bech32m for segwit v1-16 #217

Closed MaxHillebrand closed 3 years ago

MaxHillebrand commented 3 years ago

Currently the title of bip-bech32m states:

Bech32m address format for native v0-16 segregated witness outputs.

However, in the abstract:

This document defines an improved variant of Bech32 called '''Bech32m''', and amends BIP173 to use Bech32m for native segregated witness outputs of version 1 and later. Bech32 remains in use for segregated witness outputs of version 0.

Since the Bech32 format will continue to be used for v0 outputs, then should the title of BIP Bech32m be specifically about v1-16?

If yes, this PR proposes s/v0-16/v1-16.

If no, then please close the PR, sorry for the inconvenience.

sipa commented 3 years ago

I've incorporated a change like this.