You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-`-r, --retain-witnesses`: retain the previous witnesses and active witnesses.
185
184
-`-h, --help`: provide the help info
186
185
187
186
Please refer [DbFork](DbFork.md) guidance for more details.
187
+
188
+
## DB Query
189
+
The [ListWitnesses](https://developers.tron.network/reference/listwitnesses) and [getReward](https://developers.tron.network/reference/wallet-getreward)
190
+
APIs provide vote and reward data only until the end of the last maintenance period.
191
+
To obtain the latest information, please query the database directly using the DB query tool.
192
+
193
+
### Available parameters:
194
+
-`-c, --config=<config>`: config the vote and reward options. Default: query.conf
0 commit comments