Skip to content

Commit

Permalink
import alloc::string::ToString
Browse files Browse the repository at this point in the history
  • Loading branch information
clabby committed Oct 23, 2024
1 parent e81fece commit ba38935
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/rpc-types/src/transaction.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ use alloy_primitives::{Address, BlockHash, Bytes, ChainId, SignatureError, TxKin
use alloy_serde::OtherFields;
use op_alloy_consensus::{OpTxEnvelope, OpTxType, TxDeposit};
use serde::{Deserialize, Serialize};
use alloc::string::{String, ToString};

/// OP Transaction type
#[derive(Clone, Debug, Default, PartialEq, Eq, Serialize, Deserialize)]
Expand Down

0 comments on commit ba38935

Please sign in to comment.