Changeset View
Changeset View
Standalone View
Standalone View
test/lint/check-doc.py
| Show First 20 Lines • Show All 45 Lines • ▼ Show 20 Lines | SET_FALSE_POSITIVE_UNDOCUMENTED = { | ||||
| "-help", | "-help", | ||||
| "-h", | "-h", | ||||
| "-automaticunparking", | "-automaticunparking", | ||||
| "-avalanchepreconsensus", | "-avalanchepreconsensus", | ||||
| "-chronikallowpause", | "-chronikallowpause", | ||||
| "-chronikcors", | "-chronikcors", | ||||
| "-dbcrashratio", | "-dbcrashratio", | ||||
| "-enableminerfund", | "-enableminerfund", | ||||
| "-enablertt", | |||||
| "-forcecompactdb", | "-forcecompactdb", | ||||
| "-maxaddrtosend", | "-maxaddrtosend", | ||||
| "-parkdeepreorg", | "-parkdeepreorg", | ||||
| # Removed arguments that now just print a helpful error message | # Removed arguments that now just print a helpful error message | ||||
| "-zapwallettxes", | "-zapwallettxes", | ||||
| "-replayprotectionactivationtime", | "-replayprotectionactivationtime", | ||||
| # Remove after Nov. 2024 upgrade | # Remove after Nov. 2024 upgrade | ||||
| "-augustoactivationtime", | "-augustoactivationtime", | ||||
| ▲ Show 20 Lines • Show All 44 Lines • Show Last 20 Lines | |||||