mirror of
https://github.com/kaspanet/kaspad.git
synced 2025-06-22 05:56:43 +00:00
wire: increase MaxGetCFiltersReqRange from 100 to 1000
This commit is contained in:
parent
7b67f61fa6
commit
ceb1caeb24
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user