mirror of
https://github.com/logos-storage/logos-storage-proofs.git
synced 2026-01-02 13:33:10 +00:00
setting rest of data
This commit is contained in:
parent
5252276e56
commit
6a4d1c32bd
@ -354,11 +354,10 @@ mod tests {
|
||||
parent_hash_l,
|
||||
];
|
||||
|
||||
let siblings: Vec<u8> = sibling_hashes
|
||||
let siblings_mpk: Value = Value::Array(sibling_hashes
|
||||
.iter()
|
||||
.map(|c| c.to_le_bytes_vec())
|
||||
.flatten()
|
||||
.collect();
|
||||
.map(u256_to_mpack)
|
||||
.collect::<Vec<Value>>());
|
||||
|
||||
let root = treehash(hashes.as_slice());
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user