Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
emhane committed Jan 11, 2025
1 parent bc70dcc commit cfd9b7a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions crates/consensus/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ pub use receipt::{OpDepositReceipt, OpDepositReceiptWithBloom, OpReceiptEnvelope

mod transaction;
pub use transaction::{
DepositTransaction,
OpPooledTransaction, OpTxEnvelope, OpTxType, OpTypedTransaction, TxDeposit,
DepositTransaction, OpPooledTransaction, OpTxEnvelope, OpTxType, OpTypedTransaction, TxDeposit,
DEPOSIT_TX_TYPE_ID,
};

Expand Down

0 comments on commit cfd9b7a

Please sign in to comment.