Skip to content

make txIndex available during dep gen

Pre-release
Pre-release
Compare
Choose a tag to compare
@codchen codchen released this 22 Nov 05:16
a8f569a
Set TxIndex before generating dependencies (#358)

## Describe your changes and provide context
We need to make `TxIndex` available during dependency generation so that
we can derive the corresponding temporary intermediate account and
coinbase account for the message

## Testing performed to validate your change