diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2018-04-27 09:25:42 +0200 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2018-04-27 09:27:52 +0200 |
commit | d8e9a2ac74e1071c9a92b9858b7ed3143413ee94 (patch) | |
tree | 3a5e8bf1b02e5340b79c6d637a7c1c551c7dfbb2 /src/warnings.h | |
parent | 7da3b0adb836794cb22668b5101a6a4748543ea0 (diff) |
Remove "rpc" category from GetWarnings
No longer used after removing safe mode.
This function can likely be simplified more, but I'll leave that
for later to make this easy to review.
Diffstat (limited to 'src/warnings.h')
-rw-r--r-- | src/warnings.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/warnings.h b/src/warnings.h index 3aabbdd9c7..904e8c0440 100644 --- a/src/warnings.h +++ b/src/warnings.h @@ -15,7 +15,6 @@ bool GetfLargeWorkForkFound(); void SetfLargeWorkInvalidChainFound(bool flag); /** Format a string that describes several potential problems detected by the core. * strFor can have three values: - * - "rpc": get critical warnings, which should put the client in safe mode if non-empty * - "statusbar": get all warnings * - "gui": get all warnings, translated (where possible) for GUI * This function only returns the highest priority warning of the set selected by strFor. |