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
When sending the same transaction twice, send_web_transaction should check if it's already included and return without waiting for any timeout or address subscription.
When sending the same tx from the same client, it logs Not publishing a message that has already been published into the console but still waits for the 10 seconds timeout.
When sending the same tx from two different clients, the last one doesn't know that the tx was already included and waits for the 10 seconds timeout anyway.
The text was updated successfully, but these errors were encountered:
When sending the same transaction twice,
send_web_transaction
should check if it's already included and return without waiting for any timeout or address subscription.When sending the same tx from the same client, it logs
Not publishing a message that has already been published
into the console but still waits for the 10 seconds timeout.When sending the same tx from two different clients, the last one doesn't know that the tx was already included and waits for the 10 seconds timeout anyway.
The text was updated successfully, but these errors were encountered: