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

chore(mms): don't show error when no mms file is available #32

Merged
merged 1 commit into from
Nov 23, 2024

Conversation

sn1f3rt
Copy link
Member

@sn1f3rt sn1f3rt commented Nov 22, 2024

No description provided.

@sn1f3rt sn1f3rt requested a review from ngeojiajun November 22, 2024 19:28
@@ -725,7 +725,7 @@ void message_store::read_from_file(const multisig_wallet_state &state, const std
{
// Simply do nothing if the file is not there; allows e.g. easy recovery
// from problems with the MMS by deleting the file
MERROR("No message store file found: " << filename);
MINFO("No message store file found: " << filename);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Any particular reason for this change?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please disregard this, it looks like a fix from upstream

@sn1f3rt sn1f3rt merged commit a39cc81 into nerva-project:master Nov 23, 2024
14 checks passed
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.

2 participants