Mention checkpoints in our release doc

This commit is contained in:
Jonathan "Duke" Leto
2022-11-03 03:58:34 -07:00
parent 757d303802
commit c460cfad41

View File

@@ -28,6 +28,11 @@ git commit -am "update translations"
git push
```
## Adding Checkpoints
Adding checkpoints make SDL sync much faster, especially for brand new wallets. If there are no recent checkpoints,
when a user makes a new wallet, it will sync from a block far in the past, which wastes time, bandwidth and CPU resources. To add a checkpoint ...
## Release process
...