Browse Source

Update bip174

psbt
junderw 6 years ago
parent
commit
df9008bae7
No known key found for this signature in database GPG Key ID: B256185D3A971908
  1. 6
      package-lock.json
  2. 2
      package.json

6
package-lock.json

@ -200,9 +200,9 @@
}
},
"bip174": {
"version": "0.0.10",
"resolved": "https://registry.npmjs.org/bip174/-/bip174-0.0.10.tgz",
"integrity": "sha512-gFtSEMayg7HPKGnIQcEx5CqD/qHWuMlxLJ/+VV4k4Q2mcA0rY040JbNpFuCGVI6rJYv211f0NA7nkU4xkPX4nQ=="
"version": "0.0.11",
"resolved": "https://registry.npmjs.org/bip174/-/bip174-0.0.11.tgz",
"integrity": "sha512-/WuRQOwgT0cGKDrNROOhOHpdtXyeuBJMqEgsBUdlCeFRLXIA8g5pHzbFmVm/v+OcYdenHfwzW/hOEf1xJOI27Q=="
},
"bip32": {
"version": "2.0.3",

2
package.json

@ -47,7 +47,7 @@
"dependencies": {
"@types/node": "10.12.18",
"bech32": "^1.1.2",
"bip174": "0.0.10",
"bip174": "0.0.11",
"bip32": "^2.0.3",
"bip66": "^1.1.0",
"bitcoin-ops": "^1.4.0",

Loading…
Cancel
Save