Skip to content

Commit

Permalink
get rid of tx receipt root
Browse files Browse the repository at this point in the history
  • Loading branch information
itegulov committed Oct 29, 2024
1 parent 6ee9f1f commit ad5d42e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion core/lib/dal/src/models/storage_transaction.rs
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,6 @@ impl From<StorageTransactionReceipt> for TransactionReceipt {
logs: vec![],
l2_to_l1_logs: vec![],
status,
root: block_hash,
logs_bloom: Default::default(),
// Even though the Rust SDK recommends us to supply "None" for legacy transactions
// we always supply some number anyway to have the same behavior as most popular RPCs
Expand Down
2 changes: 0 additions & 2 deletions core/lib/types/src/api/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -257,8 +257,6 @@ pub struct TransactionReceipt {
pub l2_to_l1_logs: Vec<L2ToL1Log>,
/// Status: either 1 (success) or 0 (failure).
pub status: U64,
/// State root.
pub root: H256,
/// Logs bloom
#[serde(rename = "logsBloom")]
pub logs_bloom: Bloom,
Expand Down

0 comments on commit ad5d42e

Please sign in to comment.