Skip to content

Commit fac303c

Browse files
author
MarcoFalke
committed
refactor: Remove unused MakeUCharSpan
1 parent 816e15e commit fac303c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bloom.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ bool CBloomFilter::contains(const COutPoint& outpoint) const
8282
{
8383
CDataStream stream(SER_NETWORK, PROTOCOL_VERSION);
8484
stream << outpoint;
85-
return contains(MakeUCharSpan(stream));
85+
return contains(stream);
8686
}
8787

8888
bool CBloomFilter::IsWithinSizeConstraints() const

0 commit comments

Comments
 (0)