thecointech / thecoin

Mono-repo for TheCoin project
https://thecoin.io
GNU Affero General Public License v3.0
3 stars 1 forks source link

Do not continue processing tx for address with failed tx #558

Open FrozenKiwi opened 1 month ago

FrozenKiwi commented 1 month ago

If a tx fails for any reason, it should be resolved before processing subsequent tx's.

The problem is if a subsequent tx is processed, it will prevent earlier tx from executing. If earlier tx failed for transient reason, that's an unnecessary failure.