Files
specification/protocol/p2p/filteradd.md
T
Andrew Stone 739644595b Initial commit
2019-12-12 23:11:10 -05:00

554 B

{ "title":"FILTERADD", "related":["/protocol","/protocol/p2p/getdata","/protocol/p2p/filterload","/protocol/p2p/filterclear"] }

Add an entry into the installed bloom filter.

compact int N bytes
vector size N of data

data is inserted into the bloom filter, exactly as if the insert operation had been called locally before sending the filter.