wire: increase MaxGetCFiltersReqRange from 100 to 1000

This commit is contained in:
Olaoluwa Osuntokun 2018-03-31 16:38:14 -07:00
parent 7b67f61fa6
commit ceb1caeb24

View file

@ -12,7 +12,7 @@ import (
// MaxGetCFiltersReqRange the maximum number of filters that may be requested in
// a getcfheaders message.
const MaxGetCFiltersReqRange = 100
const MaxGetCFiltersReqRange = 1000
// MsgGetCFilters implements the Message interface and represents a bitcoin
// getcfilters message. It is used to request committed filters for a range of