zcash-android-wallet-sdk icon indicating copy to clipboard operation
zcash-android-wallet-sdk copied to clipboard

Memos not returned for display of shielding transactions.

Open nuttycom opened this issue 1 year ago • 1 comments

Reported by Edge:

Android doesn’t return memos for shielding (transparent to shielded) transactions. Is there another potential way to identify this type of transaction from the transactions flow?

nuttycom avatar Oct 12 '23 13:10 nuttycom

I just checked our SDK behavior while shielding transparent funds in the same wallet. Even though the Kotlin layer sets the memo with shieldToAddress Rust API, the Rust getMemoAsUtf8 API does not return it later while used from a transactions screen.

HonzaR avatar Oct 12 '23 18:10 HonzaR