Skip to content

Commit

Permalink
Make recovery proposal manifest sbor
Browse files Browse the repository at this point in the history
  • Loading branch information
0xOmarA committed Dec 9, 2024
1 parent 024e11a commit a1a878f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit a1a878f

Please sign in to comment.