File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 1+ # 2.1.1
2+
3+ __ changed__
4+ - removed use of ` buffer-reverse ` , dependency only kept for ` bufferutils.reverse ` , to be deprecated (#478 )
5+
6+ __ fixed__
7+ - ` isMultisigOutput ` no longer allows data chunks for ` m ` /` n ` (#482 )
8+ - ` isMultisigOutput ` 's ` n ` value must now match the number of public keys (as per bitcoin/bitcoin) (#484 )
9+
10+
111# 2.1.0
212
313From this release users should use the HDNode directly (compared to accessing ` .keyPair ` ) when performing ECDSA operations such as ` sign ` or ` verify ` .
Original file line number Diff line number Diff line change 11{
22 "name" : " bitcoinjs-lib" ,
3- "version" : " 2.1.0 " ,
3+ "version" : " 2.1.1 " ,
44 "description" : " Client-side Bitcoin JavaScript library" ,
55 "main" : " ./src/index.js" ,
66 "keywords" : [
You can’t perform that action at this time.
0 commit comments