You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rust layer replies with an error to the sent transaction memo query.
Can you reliably reproduce the issue?
If so, please list the steps to reproduce below:
Run Demo-app
Select one of the predefined wallets (Alice/Ben: both have sapling funds available)
Let it sync
Hit Send and send some sapling funds to the opposite sapling address
Fill in the Memo field
Hit Send button and wait for confirmation
Then go to the Transaction screen
And hit any displayed sent transaction to query its memo - the memo should then be printed into the console
Expected behaviour
The same as for received transactions. It replies with an empty string/error in case of no memo in the transaction and with a valid string memo in case of a transaction with a memo.
Actual behavior + errors
java.lang.RuntimeException: An error occurred retrieving the memo, Query returned no rows
Any extra information that might be useful in the debugging process.
After some thought, the best option here is to use the (txid, pool_type, output_index) tuple for querying for memos. All of these values are already returned by the view, and the Sqlite WalletRead impl's associated NoteRef type can be updated to use this representation.
Describe the issue
Rust layer replies with an error to the sent transaction memo query.
Can you reliably reproduce the issue?
If so, please list the steps to reproduce below:
Expected behaviour
The same as for received transactions. It replies with an empty string/error in case of no memo in the transaction and with a valid string memo in case of a transaction with a memo.
Actual behavior + errors
Any extra information that might be useful in the debugging process.
Reported in zcash/librustzcash#834.
The text was updated successfully, but these errors were encountered: