Post
Topic
Board Announcements (Altcoins)
Merits 1 from 1 user
Re: [ANN] BITGESELL - Store of value (Burn rate is 90% of tx fees) #realstoreofvalue
by
silaz86
on 18/04/2023, 13:29:03 UTC
⭐ Merited by bitbollo (1)
hey @vanorton

I just watched briefly over the code on my phone.
Since the code iterates over a list and sends multiple transactions with a locally incremented nonce, you might run into the problem, that bsc network has not propagated the pending transaction value, yet, thus the next transaction fails with wrong nonce error or similar.
In that error case, the code misses to decrement the nonce and you might loose track of bsc nonces. What do you think ?