Skip to content

Commit

Permalink
feat(consensus): make fn tx_type() public (#1926)
Browse files Browse the repository at this point in the history
  • Loading branch information
lgingerich authored Jan 18, 2025
1 parent 21e1dc4 commit 8ededfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/consensus/src/transaction/eip1559.rs
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ pub struct TxEip1559 {
impl TxEip1559 {
/// Get the transaction type
#[doc(alias = "transaction_type")]
pub(crate) const fn tx_type() -> TxType {
pub const fn tx_type() -> TxType {
TxType::Eip1559
}

Expand Down

0 comments on commit 8ededfc

Please sign in to comment.