server: add TODO for querying supported filter types
This commit is contained in:
parent
c7e7acc7fd
commit
e0a357abb5
1 changed files with 2 additions and 0 deletions
|
@ -881,6 +881,8 @@ func (sp *serverPeer) OnGetCFTypes(_ *peer.Peer, msg *wire.MsgGetCFTypes) {
|
|||
return
|
||||
}
|
||||
|
||||
// TODO: update to query blockchain indexes and/or config for supported
|
||||
// filter types.
|
||||
cfTypesMsg := wire.NewMsgCFTypes([]wire.FilterType{
|
||||
wire.GCSFilterRegular, wire.GCSFilterExtended})
|
||||
sp.QueueMessage(cfTypesMsg, nil)
|
||||
|
|
Loading…
Reference in a new issue