fuel-core icon indicating copy to clipboard operation
fuel-core copied to clipboard

Set TxPointer field while producing blocks

Open Voxelot opened this issue 2 years ago • 0 comments

The TxPointer field on Coin and Contract input types needs to be set to the correct block height and idx that corresponds to the utxo id.

In block validation mode, the TxPointer field should be verified against the expected value.

This logic would happen inside of the executor.

Voxelot avatar Aug 10 '22 00:08 Voxelot