mirror of
https://github.com/kaspanet/kaspad.git
synced 2025-05-19 21:36:43 +00:00
server: add TODO for querying supported filter types
This commit is contained in:
parent
c7e7acc7fd
commit
e0a357abb5
@ -881,6 +881,8 @@ func (sp *serverPeer) OnGetCFTypes(_ *peer.Peer, msg *wire.MsgGetCFTypes) {
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// TODO: update to query blockchain indexes and/or config for supported
|
||||||
|
// filter types.
|
||||||
cfTypesMsg := wire.NewMsgCFTypes([]wire.FilterType{
|
cfTypesMsg := wire.NewMsgCFTypes([]wire.FilterType{
|
||||||
wire.GCSFilterRegular, wire.GCSFilterExtended})
|
wire.GCSFilterRegular, wire.GCSFilterExtended})
|
||||||
sp.QueueMessage(cfTypesMsg, nil)
|
sp.QueueMessage(cfTypesMsg, nil)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user