Can't send to a taproot address

I was able to receive my Bitcoin in cake to a taproot address, however when I scan the address QR code to send to a taproot address cake won’t let me send it because it says address must match the cryptocurrency. Must be a bug in validation of addresses:

3 Likes

Update. I pasted the address instead of scanning QR code and it is letting me send now. Not sure where the disconnect is. Possibly that Wasabi QR Code is all capitals?

3 Likes

yeah our regex is case sensitive regarding the prefix of addresses, so we are validating against bc1p not BC1P

we will check if there is any harm in making it case-insensitive and modify it accordingly

4 Likes