Skip to content

Commit

Permalink
make ctor of PetitionForEntity 'private'
Browse files Browse the repository at this point in the history
  • Loading branch information
CyonAlexRDX committed Aug 29, 2024
1 parent 6f3c354 commit 015d85f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/signing/petition_types/petition_for_entity.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ pub struct PetitionForEntity {
}

impl PetitionForEntity {
pub fn new(
pub(super) fn new(
intent_hash: IntentHash,
entity: AddressOfAccountOrPersona,
threshold_factors: impl Into<Option<PetitionForFactors>>,
Expand Down

0 comments on commit 015d85f

Please sign in to comment.