fixup! feat: add a function to read a "bloc / field size" in SSV memory
This commit is contained in:
parent
5ed52a657e
commit
b8123306b7
@ -6,8 +6,8 @@
|
||||
|
||||
#[derive(PartialEq, Debug)]
|
||||
pub struct ElementSize {
|
||||
size: usize,
|
||||
pad: usize,
|
||||
pub size: usize,
|
||||
pub pad: usize,
|
||||
}
|
||||
|
||||
#[derive(PartialEq, Debug)]
|
||||
|
Loading…
Reference in New Issue
Block a user