mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-01-03 06:13: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 state_trie = PartialTrie::Leaf {
|
||||
nibbles: Nibbles {
|
||||
count: 5,
|
||||
packed: 0xABCDE.into(),
|
||||
},
|
||||
value: vec![1, 2, 3],
|
||||
};
|
||||
// TODO: Above trie isn't working yet.
|
||||
// TODO: This trie isn't working yet.
|
||||
// let state_trie = PartialTrie::Leaf {
|
||||
// nibbles: Nibbles {
|
||||
// count: 5,
|
||||
// packed: 0xABCDE.into(),
|
||||
// },
|
||||
// value: vec![1, 2, 3],
|
||||
// };
|
||||
let state_trie = PartialTrie::Empty;
|
||||
let transactions_trie = PartialTrie::Empty;
|
||||
let receipts_trie = PartialTrie::Empty;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user