Derive useful traits on `BlockFilter`
This commit is contained in:
parent
926cff0741
commit
210ff9edc7
|
@ -94,6 +94,7 @@ impl From<io::Error> for Error {
|
||||||
|
|
||||||
|
|
||||||
/// a computed or read block filter
|
/// a computed or read block filter
|
||||||
|
#[derive(Debug, Clone, PartialEq, Eq)]
|
||||||
pub struct BlockFilter {
|
pub struct BlockFilter {
|
||||||
/// Golomb encoded filter
|
/// Golomb encoded filter
|
||||||
pub content: Vec<u8>
|
pub content: Vec<u8>
|
||||||
|
|
Loading…
Reference in New Issue