From a1a878f2ee2a8f4e827a66cea9acbd4f05881996 Mon Sep 17 00:00:00 2001 From: Omar Date: Tue, 10 Dec 2024 01:33:09 +0300 Subject: [PATCH] Make recovery proposal manifest sbor --- radix-engine-interface/src/blueprints/access_controller/data.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/radix-engine-interface/src/blueprints/access_controller/data.rs b/radix-engine-interface/src/blueprints/access_controller/data.rs index cc3fc901884..76b7489fab0 100644 --- a/radix-engine-interface/src/blueprints/access_controller/data.rs +++ b/radix-engine-interface/src/blueprints/access_controller/data.rs @@ -38,7 +38,7 @@ pub struct RuleSet { pub confirmation_role: AccessRule, } -#[derive(Debug, Clone, PartialEq, Eq, ScryptoSbor)] +#[derive(Debug, Clone, PartialEq, Eq, ScryptoSbor, ManifestSbor)] pub struct RecoveryProposal { /// The set of rules being proposed for the different roles. pub rule_set: RuleSet,