Fix method names for PSBT

This commit is contained in:
junderw 2019-07-19 17:21:31 +09:00
parent f75aebc6f9
commit a3bfee75b0
No known key found for this signature in database
GPG key ID: B256185D3A971908
6 changed files with 25 additions and 18 deletions
test/integration

View file

@ -132,7 +132,7 @@ describe('bitcoinjs-lib (transactions with psbt)', () => {
signer2.signAllInputs(alice2.keys[0]);
// If your signer object's sign method returns a promise, use the following
// await signer2.signAsync(alice2.keys[0])
// await signer2.signAllInputsAsync(alice2.keys[0])
// encode to send back to combiner (signer 1 and 2 are not near each other)
const s1text = signer1.toBase64();