Unverified Commit 26ee5bc8 authored by Axel Chalon's avatar Axel Chalon Committed by GitHub
Browse files

Fix txStatus race condition in sendStore

Might fix https://github.com/paritytech/fether/issues/379
Previously, we would resolve the promise and then set `this.txStatus`. However, resolving the promise actually redirects to `Sent` which expects `txStatus` to already be defined
parent 590c5d12
Pipeline #28849 passed with stage
in 2 minutes and 1 second
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment