Skip to content
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

qt: Display abort node error to UI #3526

Open
wants to merge 1 commit into
base: 1.15.0-dev
Choose a base branch
from

Conversation

alamshafil
Copy link
Contributor

Addresses #3489 Point 1

This PR displays the AbortNode() message to the user through a Qt dialog box instead of only printing to the log.

In addition, the AbortNode() logs with Node aborted: <message> instead of *** <message> to make it clear that the node had to be aborted due to a reason.

Since AbortNode() only takes in a single error message now, only the disk space error would be translated. Not sure how this effects translations for other errors. I am also not sure how changing the error string affects the current translations since it remove "Error: " and adds a colon (:) to the end with a space.

dogecoin-error

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant