Skip to content

arbitrary data transactions get cleared correctly

David Vorick requested to merge tpool-clearing into master

Previously, arbitrary data transactions added to the transaction pool would just chill there indefinitely. Now, the arbitrary data transactions are correctly cleaned from the transaction pool, and there is a test to confirm the process is correct.

Merge request reports