ECPair: cease using Address for address encoding
This commit is contained in:
parent
5ce093739e
commit
588b346f5d
10 changed files with 27 additions and 22 deletions
test/integration
|
@ -29,7 +29,7 @@ describe('bitcoinjs-lib (advanced)', function () {
|
|||
var keyPair = bitcoin.ECPair.makeRandom({
|
||||
network: bitcoin.networks.testnet
|
||||
})
|
||||
var address = keyPair.getAddress().toString()
|
||||
var address = keyPair.getAddress()
|
||||
|
||||
faucetWithdraw(address, 2e4, function (err) {
|
||||
if (err) return done(err)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue