mirror of https://github.com/vacp2p/zerokit.git
parent
b95b151a1c
commit
afa4a09bba
|
@ -383,11 +383,6 @@ impl RLN<'_> {
|
|||
|
||||
// We expect each root to be fr_byte_size() bytes long.
|
||||
let fr_size = fr_byte_size();
|
||||
println!(
|
||||
"Fr size {:#?}, roots_serialized len {:#?}",
|
||||
fr_size,
|
||||
roots_serialized.len()
|
||||
);
|
||||
|
||||
// We read the buffer and convert to Fr as much as we can
|
||||
all_read = 0;
|
||||
|
|
Loading…
Reference in New Issue