remove unused bs58 core dependency
This commit is contained in:
parent
c96a1bce83
commit
ed01ed5bb4
2 changed files with 2 additions and 2 deletions
test
|
@ -27,7 +27,7 @@ describe('Bitcoin-core', function() {
|
|||
|
||||
it('can decode ' + fb58, function() {
|
||||
var buffer = base58.decode(fb58)
|
||||
var actual = buffer.toString('hex')
|
||||
var actual = new Buffer(buffer).toString('hex')
|
||||
|
||||
assert.equal(actual, fhex)
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue