Skip to content

Commit

Permalink
refactor: comments
Browse files Browse the repository at this point in the history
  • Loading branch information
ericnordelo committed Nov 8, 2024
1 parent 5b081ff commit 001715d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/governance/src/governor/governor.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ pub mod GovernorComponent {
pub description: ByteArray
}

// restriction.
/// Emitted when a proposal is queued.
#[derive(Drop, starknet::Event)]
pub struct ProposalQueued {
Expand All @@ -63,15 +62,13 @@ pub mod GovernorComponent {
pub eta_seconds: u64
}

// restriction.
/// Emitted when a proposal is executed.
#[derive(Drop, starknet::Event)]
pub struct ProposalExecuted {
#[key]
pub proposal_id: felt252
}

// restriction.
/// Emitted when a proposal is canceled.
#[derive(Drop, starknet::Event)]
pub struct ProposalCanceled {
Expand Down

0 comments on commit 001715d

Please sign in to comment.