From 9aec62692b98f51186a547b499d89e386046e0b4 Mon Sep 17 00:00:00 2001 From: sistemd Date: Sat, 5 Oct 2024 00:41:12 +0200 Subject: [PATCH] remove unneeded serde_as --- crates/gateway-types/src/reply.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/crates/gateway-types/src/reply.rs b/crates/gateway-types/src/reply.rs index 6f4ebe12b9..1c3c3e7cb7 100644 --- a/crates/gateway-types/src/reply.rs +++ b/crates/gateway-types/src/reply.rs @@ -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,