storj / crypto-batch-payment

A high volume ERC20 token payment application.
GNU Affero General Public License v3.0
5 stars 0 forks source link

Do not consider transaction dropped for some time #21

Closed azdagron closed 2 months ago

azdagron commented 2 months ago

When using Infura, a newly created transaction may not show up when querying the network for some time. This causes false-positive "dropped transaction" detection.

This change will delay marking a transaction as dropped until 30 seconds has elapsed since its creation.