You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I believe that if we currently send a transaction through lightwalletd, and it is invalid (for example, a double spend) but the backing full node only detects the invalidity asynchronously, then zcash_client_backend-based wallets will have to wait until the transaction expires before reporting it as having failed. This should be able to be reported much more quickly.
The text was updated successfully, but these errors were encountered:
nuttycom
changed the title
Faster failure detection for invalid sent transactions
zcash_client_backend: Faster failure detection for invalid sent transactions
Aug 15, 2024
I believe that if we currently send a transaction through lightwalletd, and it is invalid (for example, a double spend) but the backing full node only detects the invalidity asynchronously, then
zcash_client_backend
-based wallets will have to wait until the transaction expires before reporting it as having failed. This should be able to be reported much more quickly.The text was updated successfully, but these errors were encountered: