mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-06-05 20:50:18 +02:00
refactor: Remove unused MakeUCharSpan
This commit is contained in:
parent
816e15ee81
commit
fac303c504
@ -82,7 +82,7 @@ bool CBloomFilter::contains(const COutPoint& outpoint) const
|
||||
{
|
||||
CDataStream stream(SER_NETWORK, PROTOCOL_VERSION);
|
||||
stream << outpoint;
|
||||
return contains(MakeUCharSpan(stream));
|
||||
return contains(stream);
|
||||
}
|
||||
|
||||
bool CBloomFilter::IsWithinSizeConstraints() const
|
||||
|
Loading…
x
Reference in New Issue
Block a user