Closed welkin22 closed 3 weeks ago
If TxDAG is nil, then use the serial processor to handle it.
The current version of TxDAG reads from a file, so it may not be able to read after a certain block height, and a serial processor should be used to execute it.
Description
If TxDAG is nil, then use the serial processor to handle it.
Rationale
The current version of TxDAG reads from a file, so it may not be able to read after a certain block height, and a serial processor should be used to execute it.