Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
refcell committed Jun 16, 2024
1 parent 520087e commit 520f22c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/op-consensus/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ pub use alloy_eips::eip2718::{Decodable2718, Eip2718Error, Eip2718Result, Encoda
pub use alloy_rlp::{Decodable, Encodable};

// Re-export Alloy Consensus Types
pub use alloy_consensus::{Receipt, ReceiptWithBloom, Transaction, TxReceipt};
pub use alloy_consensus::{Receipt, Eip658Value, ReceiptWithBloom, Transaction, TxReceipt};

mod receipt;
pub use receipt::{OpDepositReceipt, OpDepositReceiptWithBloom, OpReceiptEnvelope, OpTxReceipt};
Expand Down

0 comments on commit 520f22c

Please sign in to comment.