Skip to content

Commit 5d46de0

Browse files
committed
fix
1 parent add371c commit 5d46de0

File tree

1 file changed

+2
-2
lines changed
  • ethereum/circuits/lib/src/fixtures/mainnet/frontier/first

1 file changed

+2
-2
lines changed

ethereum/circuits/lib/src/fixtures/mainnet/frontier/first/header.nr

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,6 @@ global encoded_data: [u8; 708] = [
6767
0x00, 0x00, 0x00, 0x00,
6868
];
6969

70-
global block_header_partial: BlockHeaderPartial =
70+
pub(crate) global block_header_partial: BlockHeaderPartial =
7171
BlockHeaderPartial { number, hash, state_root, transactions_root, receipts_root };
72-
global block_header_rlp: BoundedVec<u8, 708> = BoundedVec::from_parts(encoded_data, encoded_length);
72+
pub(crate) global block_header_rlp: BoundedVec<u8, 708> = BoundedVec::from_array(encoded_data);

0 commit comments

Comments
 (0)