Skip to content

Commit

Permalink
fix gofmt
Browse files Browse the repository at this point in the history
  • Loading branch information
algorandskiy committed Jun 2, 2023
1 parent c46a3d1 commit 41706dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/localTemplate.go
Original file line number Diff line number Diff line change
Expand Up @@ -517,7 +517,7 @@ type Local struct {
// - pebbledb (experimental, in development)
StorageEngine string `version[28]:"sqlite"`

// TxIncomingFilterMaxSize sets the maximum size for the de-duplication cache used by the incoming tx filter
// TxIncomingFilterMaxSize sets the maximum size for the de-duplication cache used by the incoming tx filter
// only relevant if TxIncomingFilteringFlags is non-zero
TxIncomingFilterMaxSize uint64 `version[28]:"500000"`
}
Expand Down

0 comments on commit 41706dc

Please sign in to comment.