Expand description
WritePathPendingTransactionLog is used in TransactionOrchestrator to deduplicate transaction submission processing. It helps to achieve:
- At one time, a transaction is only processed once.
- When Fullnode crashes and restarts, the pending transaction will be loaded and retried.