Skip to content

Commit d8287aa

Browse files
authored
README: add BIP68 (re bitcoinjs#923)
1 parent 1662a39 commit d8287aa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,11 +178,12 @@ npm run-script coverage
178178
```
179179

180180
## Complementing Libraries
181-
- [BIP21](https://github.com/bitcoinjs/bip21) - A BIP21 compatible URL encoding utility library
181+
- [BIP21](https://github.com/bitcoinjs/bip21) - A BIP21 compatible URL encoding library
182182
- [BIP38](https://github.com/bitcoinjs/bip38) - Passphrase-protected private keys
183183
- [BIP39](https://github.com/bitcoinjs/bip39) - Mnemonic generation for deterministic keys
184184
- [BIP32-Utils](https://github.com/bitcoinjs/bip32-utils) - A set of utilities for working with BIP32
185185
- [BIP66](https://github.com/bitcoinjs/bip66) - Strict DER signature decoding
186+
- [BIP68](https://github.com/bitcoinjs/bip68) - Relative lock-time encoding library
186187
- [BIP69](https://github.com/bitcoinjs/bip69) - Lexicographical Indexing of Transaction Inputs and Outputs
187188
- [Base58](https://github.com/cryptocoinjs/bs58) - Base58 encoding/decoding
188189
- [Base58 Check](https://github.com/bitcoinjs/bs58check) - Base58 check encoding/decoding

0 commit comments

Comments
 (0)