adityapk00 / zecwallet-light-cli

Zecwallet Lightclient Library and CLI interface
MIT License
69 stars 65 forks source link

Invalid recipient address #78

Closed 5555ahaha closed 3 years ago

5555ahaha commented 3 years ago

Any attempt to send zcash testnet to any ztestsapling address gives me the following error:

(test) Block:1511768 (type 'help') >> send '[{"address": "ztestsapling17lx4msdrfu2gj89u4xrkplafu0wtkv4jnpf99sh8032ccs90jgqd4rhv80f9yz66wwtxq2v8fe2", "amount": 100, "memo": "first address memo"}]' 0: Creating transaction sending 100 ztoshis to 1 addresses { "error": "Invalid recipient address: 'ztestsapling17lx4msdrfu2gj89u4xrkplafu0wtkv4jnpf99sh8032ccs90jgqd4rhv80f9yz66wwtxq2v8fe2'" }

also with:

(test) Block:1511768 (type 'help') >> send ztestsapling17lx4msdrfu2gj89u4xrkplafu0wtkv4jnpf99sh8032ccs90jgqd4rhv80f9yz66wwtxq2v8fe2 10 "test memo" Can't send a memo to the non-shielded address ztestsapling17lx4msdrfu2gj89u4xrkplafu0wtkv4jnpf99sh8032ccs90jgqd4rhv80f9yz66wwtxq2v8fe2

I'm currently connected to https://testnet.lightwalletd.com:9067 Same issue using zregtest generated address using my local lightwalletd. Everything seems ok by sending to any mainnet z-address

Am I miss something? Thanks in advance for your help

adityapk00 commented 3 years ago

Fixed now. Please build from source for now, a new release should be available later this week.

Thanks for reporting this, and let me know if you run into any thing else.