Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[wip] feat: bump alloy #205

Merged
merged 22 commits into from
Nov 6, 2024
Prev Previous commit
Next Next commit
fmt
  • Loading branch information
klkvr committed Nov 1, 2024
commit 303d8966b25c78683ade46be941c35b03d0cfc04
2 changes: 1 addition & 1 deletion crates/consensus/src/transaction/typed.rs
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ mod serde_from {
TaggedTypedTransaction::Eip2930(signed) => Self::Eip2930(signed),
TaggedTypedTransaction::Eip1559(signed) => Self::Eip1559(signed),
TaggedTypedTransaction::Eip7702(signed) => Self::Eip7702(signed),
TaggedTypedTransaction::Deposit(tx) => Self::Deposit(tx)
TaggedTypedTransaction::Deposit(tx) => Self::Deposit(tx),
}
}
}
Expand Down
Loading