Skip to content

Commit

Permalink
Merge pull request #104 from renaynay/update-trusting-period
Browse files Browse the repository at this point in the history
chore(sync): update default trusting period to 2 weeks instead of 1
  • Loading branch information
renaynay authored Sep 5, 2023
2 parents d9e44d8 + 4f5a64a commit 77e5e17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sync/options.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ type Parameters struct {
// DefaultParameters returns the default params to configure the syncer.
func DefaultParameters() Parameters {
return Parameters{
TrustingPeriod: 168 * time.Hour,
TrustingPeriod: 336 * time.Hour, // tendermint's default trusting period
}
}

Expand Down

0 comments on commit 77e5e17

Please sign in to comment.