core-rs-albatross
core-rs-albatross copied to clipboard
web-client: send_web_transaction doesn't check if transaction has already been included
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.