Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

Commit

Permalink
Add use_kzg_da flag to PyBlockInfo.
Browse files Browse the repository at this point in the history
  • Loading branch information
ArniStarkware committed Jan 8, 2024
1 parent 44832c1 commit 3045185
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/native_blockifier/src/py_state_diff.rs
Original file line number Diff line number Diff line change
Expand Up @@ -121,4 +121,5 @@ pub struct PyBlockInfo {
pub eth_l1_gas_price: u128,
pub strk_l1_gas_price: u128,
pub sequencer_address: PyFelt,
pub use_kzg_da: bool,
}

0 comments on commit 3045185

Please sign in to comment.