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
Please register or sign in to comment