We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When we close an account we first update its status and value in the clientdb and then try to broadcast the spending tx.
If we don't succeed publishing the tx our account will already be marked as pending to close so we won't be able to retry it anymore.
pending to close
Expected behavior
If attempting to close an account fails, the account is not left in a terminal state. You can continue using it normally or retry to close it
The text was updated successfully, but these errors were encountered:
positiveblue
No branches or pull requests
When we close an account we first update its status and value in the clientdb and then try to broadcast the spending tx.
If we don't succeed publishing the tx our account will already be marked as
pending to close
so we won't be able to retry it anymore.Expected behavior
If attempting to close an account fails, the account is not left in a terminal state. You can continue using it normally or retry to close it
The text was updated successfully, but these errors were encountered: