File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -449,7 +449,8 @@ Encode a `Uint8Array` to a base32hex string (RFC 4648)
449449
450450### ` @exodus/bytes/bech32.js `
451451
452- Implements [ BIP-0173] ( https://github.com/bitcoin/bips/blob/master/bip-0173.mediawiki#specification )
452+ Implements bech32 and bech32m from
453+ [ BIP-0173] ( https://github.com/bitcoin/bips/blob/master/bip-0173.mediawiki#specification )
453454and [ BIP-0350] ( https://github.com/bitcoin/bips/blob/master/bip-0350.mediawiki#specification ) .
454455
455456``` js
Original file line number Diff line number Diff line change 11/**
2- * Implements bech32 and bech32m from [BIP173](https://github.com/bitcoin/bips/blob/master/bip-0173.mediawiki)
2+ * Implements bech32 and bech32m from
3+ * [BIP173](https://github.com/bitcoin/bips/blob/master/bip-0173.mediawiki)
34 * and [BIP350](https://github.com/bitcoin/bips/blob/master/bip-0350.mediawiki).
45 *
56 * ```js
You can’t perform that action at this time.
0 commit comments