Skip to content

Commit

Permalink
Update packages/access/src/ownable/ownable.cairo
Browse files Browse the repository at this point in the history
Co-authored-by: Eric Nordelo <[email protected]>
  • Loading branch information
ggonzalez94 and ericnordelo authored Nov 18, 2024
1 parent 2baa4b7 commit 072ed3c
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions packages/access/src/ownable/ownable.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,7 @@ pub mod OwnableComponent {
}

/// Emitted when `new_owner` is set as owner of the contract.
/// `previous_owner` is the address of the previous owner. It will be the zero address if
/// the ownership is transferred from the constructor.
/// `new_owner` is the address of the new owner. It will be the zero address if the ownership
/// is renounced.
/// `new_owner` can be set to zero only if the ownership is renounced.
#[derive(Drop, PartialEq, starknet::Event)]
pub struct OwnershipTransferred {
#[key]
Expand Down

0 comments on commit 072ed3c

Please sign in to comment.