core-rs-albatross icon indicating copy to clipboard operation
core-rs-albatross copied to clipboard

web-client: send_web_transaction doesn't check if transaction has already been included

Open Albermonte opened this issue 2 weeks ago • 0 comments

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.

Albermonte avatar Feb 05 '25 13:02 Albermonte