mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-12 06:58:57 +01:00
Make SetMiscWarning() accept bilingual_str argument
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
|
||||
struct bilingual_str;
|
||||
|
||||
void SetMiscWarning(const std::string& strWarning);
|
||||
void SetMiscWarning(const bilingual_str& warning);
|
||||
void SetfLargeWorkForkFound(bool flag);
|
||||
bool GetfLargeWorkForkFound();
|
||||
void SetfLargeWorkInvalidChainFound(bool flag);
|
||||
|
||||
Reference in New Issue
Block a user