Skip to content

Commit

Permalink
Merge pull request #118 from SiaFoundation/nate/default-partial-index
Browse files Browse the repository at this point in the history
Default to partial index mode
  • Loading branch information
n8maninger authored May 8, 2024
2 parents 35b3095 + e535801 commit ece15ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/walletd/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ func main() {
rootCmd.BoolVar(&upnp, "upnp", true, "attempt to forward ports and discover IP with UPnP")
rootCmd.BoolVar(&bootstrap, "bootstrap", true, "attempt to bootstrap the network")
rootCmd.StringVar(&seed, "seed", "", "testnet seed")
rootCmd.StringVar(&indexModeStr, "index", "full", "address index mode (full, partial, off)")
rootCmd.StringVar(&indexModeStr, "index", "partial", "address index mode (full, partial, off)")
versionCmd := flagg.New("version", versionUsage)
seedCmd := flagg.New("seed", seedUsage)
mineCmd := flagg.New("mine", mineUsage)
Expand Down

0 comments on commit ece15ee

Please sign in to comment.