blockchain / service-my-wallet-v3

Blockchain Wallet API Service
https://blockchain.info/api/blockchain_wallet_api
GNU Affero General Public License v3.0
904 stars 517 forks source link

Multiple payments using segwit addresses fails #527

Open proxxolut opened 2 years ago

proxxolut commented 2 years ago

Hi. I tested right now: same API functions, http://localhost:3000/merchant/$guid/sendmany tried exactly the same with different recipients addresses:

1st request: one receiver address was a bc1*** address -> output: blockchain-wallet-service > 1626702454903 - error: Missing destination address

2nd request with both addresses legacy (no bc1 addresses): ","message":"Sent to Multiple Recipients","success":true,

Is this a known error ? Dont you support segwit addresses for receivers ?!?