Skip to content

Commit

Permalink
remove unneeded serde_as
Browse files Browse the repository at this point in the history
  • Loading branch information
sistemd committed Oct 4, 2024
1 parent 2cf7f8b commit 9aec626
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/gateway-types/src/reply.rs
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,6 @@ pub mod call {
/// Please note that this does not have to be backwards compatible:
/// since we only ever use it to deserialize replies from the Starknet
/// feeder gateway.
#[serde_as]
#[derive(Clone, Debug, Deserialize, PartialEq, Eq)]
pub struct TransactionStatus {
pub status: Status,
Expand Down

0 comments on commit 9aec626

Please sign in to comment.