Skip to content

Commit

Permalink
chore: fix spelling issues (#402)
Browse files Browse the repository at this point in the history
Signed-off-by: camcui <cuishua@sina.cn>
  • Loading branch information
camcui authored Jan 20, 2025
1 parent 7f38abd commit 98f3b1e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/releases/history.md
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ node.rpc.reflectionService=true
Source Code: [https://github.com/tronprotocol/java-tron/pull/5583](https://github.com/tronprotocol/java-tron/pull/5583)

#### 6. Delete the LiteFullNodeTool related code under the framework module
In order to facilitate tool maintenance and developer use, TRON has launched the `Toolkit.jar` toolbox, which includes various TRON development tools. As early as the Aristotle version, the code related to the LiteFullNode data clipping tool has been integrated into the `Toolkit` toolbox (located under the plugin module), and `Tookit` can completely replace `LiteFullNodeTool` (located under the framework module). Therefore, the Bias version deletes the `LiteFullNodeTool` related code under the framework module, which not only reduces code redundancy, but also makes the division of functional modules clearer. The commands to use the LiteFullNode data pruning function in the `Toolkit` are as follows:
In order to facilitate tool maintenance and developer use, TRON has launched the `Toolkit.jar` toolbox, which includes various TRON development tools. As early as the Aristotle version, the code related to the LiteFullNode data clipping tool has been integrated into the `Toolkit` toolbox (located under the plugin module), and `Toolkit` can completely replace `LiteFullNodeTool` (located under the framework module). Therefore, the Bias version deletes the `LiteFullNodeTool` related code under the framework module, which not only reduces code redundancy, but also makes the division of functional modules clearer. The commands to use the LiteFullNode data pruning function in the `Toolkit` are as follows:

```
$ java -jar Toolkit.jar db lite
Expand Down
2 changes: 1 addition & 1 deletion docs/using_javatron/backup_restore.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ The following table shows the download address of Fullnode data snapshots. Pleas
| Official data source (North America: Virginia) | http://34.86.86.229/ | LevelDB, exclude internal transactions (About 1821G on 6 Aug. 2024) |
| Official data source (Singapore) | http://34.143.247.77/ | LevelDB, exclude internal transactions (About 1819G on 5 Aug. 2024) |
| Official data source (Singapore) | http://35.197.17.205/ | RocksDB, exclude internal transactions (About 1799G on 6 Aug. 2024) |
| Official data source (Singapore) | http://35.247.128.170/ | LevelDB, inlcude internal transactions (About 2000G on 6 Aug. 2024) |
| Official data source (Singapore) | http://35.247.128.170/ | LevelDB, include internal transactions (About 2000G on 6 Aug. 2024) |
| Official data source ((North America: Virginia)) | http://34.48.6.163/ | LevelDB, exclude internal transactions, include account history TRX balance (About 2288G on 6 Aug. 2024) |


Expand Down

0 comments on commit 98f3b1e

Please sign in to comment.