Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

Update to latest trie version. #10972

Merged
merged 20 commits into from
Aug 15, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update util/patricia-trie-ethereum/src/rlp_node_codec.rs
Co-Authored-By: Andronik Ordian <write@reusable.software>
  • Loading branch information
cheme and ordian authored Aug 14, 2019
commit c2b904614168251c4f43f0f3ffcc020b6aa895d7
1 change: 0 additions & 1 deletion util/patricia-trie-ethereum/src/rlp_node_codec.rs
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ fn encode_partial_inner_iter<'a>(
) -> impl Iterator<Item = u8> + 'a {
let encoded_type = if is_leaf {0x20} else {0};
let first = if odd {
let first_byte = first;
0x10 + encoded_type + first_byte
} else {
encoded_type
Expand Down