PromiEvent
event listener on
confirmations
not returning correct confirmation information
#2418
Labels
PromiEvent
event listener on
confirmations
not returning correct confirmation information
#2418
Expected behavior
When i hook onto
PromiEvent
event listener on confirmations i get the correct confirmation number at the correct time not just random count of confirmations number every second.Actual behavior
When i hook onto
PromiEvent
event listener on confirmations it seems its not inline with when the next block has been mined, on Rinkeby it's every 15 seconds but on web3 it returns the confirmation every second which is not correct.It also states in the documentation that it stops the event listener firing after 12 confirmations yet it goes up to 24.
This should be in line with the proper confirmations number and fire correctly and not just return a fake confirmation number every second.
Versions
1.0.0-beta.46
The text was updated successfully, but these errors were encountered: