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
The rewrite of utxos to transparent_received_outputs seems to have broken the v_tx_outputs view, in that to_address is now NULL for the transparent ones.
In fact it seems the to_address is hard-wired in that view now to always be NULL for inputs, where before it was only null for shielded inputs but set to utxos.address for transparent inputs.
The text was updated successfully, but these errors were encountered:
#1547 added the missing information to the changelog. As requested previously, if there isn't a Rust API already for accessing this, and you have a use case for accessing it, please open an issue for creating such an API that describes the use case.
The rewrite of utxos to transparent_received_outputs seems to have broken the v_tx_outputs view, in that to_address is now NULL for the transparent ones.
In fact it seems the to_address is hard-wired in that view now to always be NULL for inputs, where before it was only null for shielded inputs but set to utxos.address for transparent inputs.
The text was updated successfully, but these errors were encountered: