bitcoinjs / bitcoinjs-lib

A javascript Bitcoin library for node.js and browsers.
MIT License
5.6k stars 2.08k forks source link

Error: mw7TkYgsUoGz1j7nm2vcQ5sefCXWWtMznu has no matching Script #1101

Closed LeonYanghaha closed 6 years ago

LeonYanghaha commented 6 years ago

I tried to create the transaction, but this error occurred. The full information is at the bottom. why?thank you . Error: mw7TkYgsUoGz1j7nm2vcQ5sefCXWWtMznu has no matching Script at Object.toOutputScript (/home/thing/xishi/grow_sign/node_modules/bitcoinjs-lib/src/address.js:87:9) at TransactionBuilder.addOutput (/home/thing/xishi/grow_sign/node_modules/bitcoinjs-lib/src/transaction_builder.js:609:29) at outputs.forEach.output (/home/thing/xishi/grow_sign/lib/middleware/btc_helper.js:128:11) at Array.forEach (<anonymous>) at Object.BTCHelper.sendBtc (/home/thing/xishi/grow_sign/lib/middleware/btc_helper.js:123:13) at <anonymous> at process._tickCallback (internal/process/next_tick.js:188:7)

LeonYanghaha commented 6 years ago

There are other errors in my code. I'm sorry,

dcousens commented 6 years ago

@Yangk030208 care to share what the problem was for others?