lightwalletd/cmd
Larry Ruane ba1b931986 add --sync-from-height command-line option
This causes lightwalletd to discard cached blocks at the given height
and beyond. This in turn causes it to re-fetch those blocks from zcashd.
It's similar to --redownload, except that option discards all blocks
(equivalent to --sync-from-height 0, but the existing --redownload is
retained for compatibility).

This is mostly intended for testing. It's sometimes useful to force the
node to (re)sync some recent blocks, but redownloading all of them takes
around an hour.
2022-05-24 15:17:38 -05:00
..
root.go add --sync-from-height command-line option 2022-05-24 15:17:38 -05:00
root_test.go rebase PR 175 - Use cobra and viper for configuration 2020-03-18 12:13:30 -06:00
version.go Misc cleanups and fixes 2020-04-24 16:55:47 -06:00