diff --git a/sdk/src/packet.rs b/sdk/src/packet.rs index 8e10470f35..dd5f1a2698 100644 --- a/sdk/src/packet.rs +++ b/sdk/src/packet.rs @@ -12,8 +12,7 @@ use std::{ /// 8 bytes is the size of the fragment header pub const PACKET_DATA_SIZE: usize = 1280 - 40 - 8; -#[frozen_abi(digest = "9AiPd36yycNg18hDuCBVGwpTfzjX1VV4QtUKUdqeyAKH")] -#[derive(Clone, Default, Debug, PartialEq, Serialize, Deserialize, AbiExample)] +#[derive(Clone, Default, Debug, PartialEq)] #[repr(C)] pub struct Meta { pub size: usize,