Concordium / concordium-reference-wallet-android

Reference Android wallet for the Concordium blockchain
Apache License 2.0
12 stars 2 forks source link

CIS-2 add memo fix #210

Closed sasho-axellero closed 1 year ago

sasho-axellero commented 1 year ago

Purpose

Sending a CCD tokens from the CIS-2 flow failed if memo is added to the transaction.

Changes

The memo was sent as a plain String, now its is first encoded with CBORUtil and the resulting ByteArray is converted to Hex String. This fixed the issue with the wallet_lib failing.