Skip to content

Commit

Permalink
Merge pull request #2038 from radixdlt/feature/manifest-sbor-recovery…
Browse files Browse the repository at this point in the history
…-proposal

Make recovery proposal manifest sbor
  • Loading branch information
0xOmarA authored Dec 10, 2024
2 parents 7d7ab4e + a1a878f commit c619e4b
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 c619e4b

Please sign in to comment.