trying to fix gen-check error

This commit is contained in:
i-norden 2023-10-19 14:42:14 -05:00
parent 82f754f31e
commit 87b8e0a8fd
2 changed files with 4 additions and 2 deletions

View File

@ -117,6 +117,8 @@ func DefaultFullNode() *FullNode {
MaxFilters: 100, MaxFilters: 100,
MaxFilterResults: 10000, MaxFilterResults: 10000,
MaxFilterHeightRange: 2880, // conservative limit of one day MaxFilterHeightRange: 2880, // conservative limit of one day
FilterThresholdSet: false, // use MaxFilterHeightRange by default
FilterThresholdEpoch: 2683348, // FEVM start epoch
}, },
}, },
} }