Skip to content

Commit

Permalink
fix no_std
Browse files Browse the repository at this point in the history
  • Loading branch information
klkvr committed Oct 20, 2024
1 parent c65d660 commit 50d57d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/consensus/src/transaction/legacy.rs
Original file line number Diff line number Diff line change
Expand Up @@ -347,9 +347,9 @@ impl Decodable for TxLegacy {
pub(crate) mod signed_legacy_serde {
use super::TxLegacy;
use crate::Signed;
use alloc::borrow::Cow;
use alloy_primitives::{Signature, B256, U256, U64};
use serde::{Deserialize, Serialize};
use std::borrow::Cow;

struct LegacySignature {
r: U256,
Expand Down

0 comments on commit 50d57d9

Please sign in to comment.