mirror of
https://github.com/Retropex/bitcoin.git
synced 2025-08-04 14:04:49 +02:00
Bugfix: RPC: Return all warnings in get{blockchain,mining,network}info
This commit is contained in:
parent
831675c8dc
commit
c155102244
@ -72,5 +72,5 @@ bilingual_str GetWarnings(bool verbose)
|
|||||||
return Join(warnings_verbose, Untranslated("<hr />"));
|
return Join(warnings_verbose, Untranslated("<hr />"));
|
||||||
}
|
}
|
||||||
|
|
||||||
return warnings_concise;
|
return Join(warnings_verbose, Untranslated("\n"));
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user