Skip to content

Commit

Permalink
Merge pull request #1 from pitersky/master
Browse files Browse the repository at this point in the history
require wif -> require wifgrs
  • Loading branch information
gruve-p authored Mar 19, 2019
2 parents f03dead + c6c5937 commit c66cf1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ let bs58grscheck = require('bs58grscheck')
let crypto = require('./crypto')
let ecc = require('tiny-secp256k1')
let typeforce = require('typeforce')
let wif = require('wif')
let wif = require('wifgrs')

let UINT256_TYPE = typeforce.BufferN(32)
let NETWORK_TYPE = typeforce.compile({
Expand Down

0 comments on commit c66cf1c

Please sign in to comment.