mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-01-05 23:33:07 +00:00
Fix warning
This commit is contained in:
parent
206f527338
commit
2d92b4b6b4
@ -23,14 +23,14 @@ fn test_empty_txn_list() -> anyhow::Result<()> {
|
|||||||
|
|
||||||
let block_metadata = BlockMetadata::default();
|
let block_metadata = BlockMetadata::default();
|
||||||
|
|
||||||
let state_trie = PartialTrie::Leaf {
|
// TODO: This trie isn't working yet.
|
||||||
nibbles: Nibbles {
|
// let state_trie = PartialTrie::Leaf {
|
||||||
count: 5,
|
// nibbles: Nibbles {
|
||||||
packed: 0xABCDE.into(),
|
// count: 5,
|
||||||
},
|
// packed: 0xABCDE.into(),
|
||||||
value: vec![1, 2, 3],
|
// },
|
||||||
};
|
// value: vec![1, 2, 3],
|
||||||
// TODO: Above trie isn't working yet.
|
// };
|
||||||
let state_trie = PartialTrie::Empty;
|
let state_trie = PartialTrie::Empty;
|
||||||
let transactions_trie = PartialTrie::Empty;
|
let transactions_trie = PartialTrie::Empty;
|
||||||
let receipts_trie = PartialTrie::Empty;
|
let receipts_trie = PartialTrie::Empty;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user