-
Notifications
You must be signed in to change notification settings - Fork 37.7k
Make SetMiscWarning() accept bilingual_str argument #19233
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
Conversation
Updated 45cb61a -> ddafc58 (pr19233.01 -> pr19233.02, diff):
|
Updated ddafc58 -> d49612f (pr19233.02 -> pr19233.03, diff):
|
Code review ACK d49612f |
The following sections might be updated with supplementary metadata relevant to reviewers and maintainers. ConflictsReviewers, this pull request conflicts with the following ones:
If you consider this pull request important, please also help to review the conflicting pull requests. Ideally, start with the one that should be merged first. |
tested with
failed with
ACK d49612f 🌂 Show signature and timestampSignature:
Timestamp of file with hash |
Summary: > refactor: Make GetWarnings() bilingual_str aware internally bitcoin/bitcoin@38e33aa > Make GetWarnings() return bilingual_str bitcoin/bitcoin@d1ae7c0 > Make SetMiscWarning() accept bilingual_str argument bitcoin/bitcoin@d49612f This is a backport of [[bitcoin/bitcoin#19233 | core#19233]] Test Plan: `ninja all check-all` `grep -r SetMiscWarning src/` Reviewers: #bitcoin_abc, Fabien, majcosta Reviewed By: #bitcoin_abc, Fabien, majcosta Subscribers: majcosta Differential Revision: https://reviews.bitcoinabc.org/D9610
This is one more step for consistent usage of
bilingual_str
.No new translation messages are defined.