mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-03-06 08:10:37 +01:00
refactor: Remove unused MakeUCharSpan
This commit is contained in:
parent
816e15ee81
commit
fac303c504
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue