Use bip174@1.0.0

This commit is contained in:
junderw 2019-07-19 12:41:12 +09:00
parent 1c5b0025c8
commit acf59f167c
No known key found for this signature in database
GPG key ID: B256185D3A971908
2 changed files with 4 additions and 3 deletions

5
package-lock.json generated
View file

@ -200,8 +200,9 @@
}
},
"bip174": {
"version": "git+https://github.com/bitcoinjs/bip174.git#5137e367c7a3a4e281ee01574f88977cdd4be896",
"from": "git+https://github.com/bitcoinjs/bip174.git#interface"
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/bip174/-/bip174-1.0.0.tgz",
"integrity": "sha512-AaoWrkYtv6A2y8H+qzs6NvRWypzNbADT8PQGpM9rnP+jLzeol+uzhe3Myeuq/dwrHYtmsW8V71HmX2oXhQGagw=="
},
"bip32": {
"version": "2.0.3",

View file

@ -47,7 +47,7 @@
"dependencies": {
"@types/node": "10.12.18",
"bech32": "^1.1.2",
"bip174": "git+https://github.com/bitcoinjs/bip174.git#interface",
"bip174": "^1.0.0",
"bip32": "^2.0.3",
"bip66": "^1.1.0",
"bitcoin-ops": "^1.4.0",