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
6a4d1c32bd
commit
ce36442059
@ -361,7 +361,8 @@ mod tests {
|
||||
|
||||
let root = treehash(hashes.as_slice());
|
||||
|
||||
let root_bytes: [u8; U256::BYTES] = root.to_le_bytes();
|
||||
// let root_bytes: [u8; U256::BYTES] = root.to_le_bytes();
|
||||
let root_mpk = u256_to_mpack(&root);
|
||||
|
||||
// Serialize the value types to an array pointer
|
||||
let mut mpk_data = Value::Map(vec![
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user