-
Notifications
You must be signed in to change notification settings - Fork 1k
Open
Labels
Description
Right now, if a transaction contains at least a valid masp transfer, we emit two attributes in the tx event:
masp_tx_block_indexto point to the transaction in the blockmasp_tx_batch_refsto point to the the section(s) containing the masp data
These two attributes always go together, they are either both present or non of them is. We should try to collapse them into a single attribute.
Also, we should try to see if it is possible to manage this attribute in a batch without the need for ExtendedTxResult.
Reactions are currently unavailable