Skip to content

Commit

Permalink
wif > wifgrs
Browse files Browse the repository at this point in the history
  • Loading branch information
gruve-p committed Oct 15, 2018
1 parent 0509eb0 commit 38ed6d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"typeforce": "^1.8.7",
"varuint-bitcoin": "^1.0.4",
"groestl-hash-js": "https://github.com/Groestlcoin/groestl-hash-js.git",
"wif": "^2.0.1"
"wifgrs": "https://github.com/Groestlcoin/wifgrs"
},
"devDependencies": {
"async": "^2.0.1",
Expand Down
2 changes: 1 addition & 1 deletion src/ecpair.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ var ecdsa = require('./ecdsa')
var randomBytes = require('randombytes')
var typeforce = require('typeforce')
var types = require('./types')
var wif = require('wif')
var wif = require('wifgrs')

var NETWORKS = require('./networks')
var BigInteger = require('bigi')
Expand Down

0 comments on commit 38ed6d9

Please sign in to comment.