mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-20 13:37:28 +02:00
Merge fc037c8c83 into merged_master (Bitcoin PR bitcoin/bitcoin#27150)
This commit is contained in:
commit
0ab95ded19
16 changed files with 221 additions and 153 deletions
|
|
@ -117,7 +117,7 @@ void InitWarning(const bilingual_str& str);
|
|||
|
||||
/** Show error message **/
|
||||
bool InitError(const bilingual_str& str);
|
||||
constexpr auto AbortError = InitError;
|
||||
bool InitError(const bilingual_str& str, const std::vector<std::string>& details);
|
||||
|
||||
extern CClientUIInterface uiInterface;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue