According to BIP-0173, for presentation, lowercase invoices are preferable. The QRCodes are correctly encoded as uppercase here, but the text is also pasted as uppercase. Android copies the text as lowercase and since presentation is preferred to be lowercase I set the text to lowercase here.
According to BIP-0173, for presentation, lowercase invoices are preferable. The QRCodes are correctly encoded as uppercase here, but the text is also pasted as uppercase. Android copies the text as lowercase and since presentation is preferred to be lowercase I set the text to lowercase here.
Issue: https://github.com/ACINQ/phoenix/issues/601