Merge pull request #500 from cloudhead/cloudhead/block-filter-derive
BlockFilter `Clone`, `Debug` etc. derives
This commit is contained in:
commit
084fef0022
|
@ -94,6 +94,7 @@ impl From<io::Error> for Error {
|
|||
|
||||
|
||||
/// a computed or read block filter
|
||||
#[derive(Debug, Clone, PartialEq, Eq)]
|
||||
pub struct BlockFilter {
|
||||
/// Golomb encoded filter
|
||||
pub content: Vec<u8>
|
||||
|
|
Loading…
Reference in New Issue