From 8fd86a17fe713f15b0f6128795dc5aefd0cd998a Mon Sep 17 00:00:00 2001 From: Thibault Martinez Date: Tue, 14 Nov 2023 12:01:45 +0100 Subject: [PATCH] Nit --- sdk/src/types/block/output/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/src/types/block/output/mod.rs b/sdk/src/types/block/output/mod.rs index 81a4ff16fd..c1dd3c756f 100644 --- a/sdk/src/types/block/output/mod.rs +++ b/sdk/src/types/block/output/mod.rs @@ -108,8 +108,8 @@ impl OutputWithMetadata { /// A generic output that can represent different types defining the deposit of funds. #[derive(Clone, Eq, PartialEq, Ord, PartialOrd, Hash, From, Packable)] #[packable(unpack_error = Error)] -#[packable(tag_type = u8, with_error = Error::InvalidOutputKind)] #[packable(unpack_visitor = ProtocolParameters)] +#[packable(tag_type = u8, with_error = Error::InvalidOutputKind)] pub enum Output { /// A basic output. #[packable(tag = BasicOutput::KIND)]