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
In cmd/btcd/btcd.go add a CLI option -initial-height, -h to set the initial block's height. This initial height needs to match the initial height in teller's config.toml file when the user runs it (in order to bootstrap), so the option is needed in case the user adjust's the initial height in their config.toml.
The text was updated successfully, but these errors were encountered:
In
cmd/btcd/btcd.go
add a CLI option-initial-height, -h
to set the initial block's height. This initial height needs to match the initial height in teller'sconfig.toml
file when the user runs it (in order to bootstrap), so the option is needed in case the user adjust's the initial height in theirconfig.toml
.The text was updated successfully, but these errors were encountered: