mirror of
https://github.com/lnbook/lnbook
synced 2024-11-01 03:20:53 +00:00
Updated glossary definition of Bech32
Changed grammar.
This commit is contained in:
parent
5eb2ac0d6e
commit
3a3234cd2c
@ -28,7 +28,7 @@ Balance::
|
||||
Nodes should aim to have balanced channels with similar inbound and outbound capicities.
|
||||
|
||||
bech32::
|
||||
A Base-32 + checksum bitcoin address format that is native to segregated witness. Also known as "bc1" address by starting letters. Specified in BIP-0173.
|
||||
A checksummed base32 address format. It is native to segregated (BIP173). Also reffered to as "bc1" because of the starting values of each address. Transactions made using bech32 are smaller in most cases, and therefore, may only require a lower fee.
|
||||
|
||||
bip::
|
||||
Bitcoin Improvement Proposals. A set of proposals that members of the bitcoin community have submitted to improve bitcoin. For example, BIP-21 is a proposal to improve the bitcoin uniform resource identifier (URI) scheme.
|
||||
|
Loading…
Reference in New Issue
Block a user