|
|
@ -3893,7 +3893,7 @@ bool static ProcessMessage(CNode* pfrom, string strCommand, CDataStream& vRecv) |
|
|
|
LOCK(pfrom->cs_filter); |
|
|
|
LOCK(pfrom->cs_filter); |
|
|
|
delete pfrom->pfilter; |
|
|
|
delete pfrom->pfilter; |
|
|
|
pfrom->pfilter = new CBloomFilter(filter); |
|
|
|
pfrom->pfilter = new CBloomFilter(filter); |
|
|
|
filter.UpdateEmptyFull(); |
|
|
|
pfrom->pfilter->UpdateEmptyFull(); |
|
|
|
} |
|
|
|
} |
|
|
|
pfrom->fRelayTxes = true; |
|
|
|
pfrom->fRelayTxes = true; |
|
|
|
} |
|
|
|
} |
|
|
|