Skip to content

try reverted transactions in tpool Update()

Ava Howell requested to merge tpool-retry-reverted into master

previously, transactions that were reverted did not get retried. Now every reverted transaction will be tried, oldest to newest, and if acceptTransactionSet succeeds, the reverted transaction will be added back to the pool.

Merge request reports