You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Nimiq Pay, we send the transaction from the cosigning server and from the app itself. We do this because cosigning is faster and we don't depend on the network connection speed of the app. But as it is possible that by some chance it might fail, we also send the same tx from the app to make sure that it has always been sent.
This leads to the app taking always more than 10 seconds to send the tx.
Context:
In Nimiq Pay, we send the transaction from the cosigning server and from the app itself. We do this because cosigning is faster and we don't depend on the network connection speed of the app. But as it is possible that by some chance it might fail, we also send the same tx from the app to make sure that it has always been sent.
This leads to the app taking always more than 10 seconds to send the tx.
Causes:
As you can see in this Nimiq Playground the first tx is sent within 2 to ~10 seconds and the second one always takes >10 seconds
The text was updated successfully, but these errors were encountered: