-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Transaction status is not updated sometimes for pending transactions #21300
Comments
This issue is due to block tracker not being run so we didn't get the update. The reason that lock & unlock updates it is because when you unlock it would trigger the block tracker to start when there are pending transactions. |
See test plan in brave/brave-core#12555 (comment) |
Requires |
Verification completed on desktop using:
Txn Hash: 0xee8bc52e4e9d59e4797fc73325aa074654ef86ef240e7b81348c75fb8955af56 Test Plan:
|
Verification Completed on Test Devices:
iOS 15:
iPad (iOS 15):
iOS 14:
|
Description
We have a
transactionStatusChanged
action that gets called byOnTransactionStatusChanged
observerwhich will update
Balances
if a transactions status has changed toConfirmed
orError
.Currently
OnTransactionStatusChanged
is not firing when a transactions status has changed toConfirmed
until youlock
andunlock
the wallet.The text was updated successfully, but these errors were encountered: