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 b98d290 commit 014a180
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/access/src/ownable/ownable.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,7 @@ pub mod OwnableComponent {

/// Emitted when `transfer_ownership` is called on a contract that implements `IOwnableTwoStep`.
/// `previous_owner` is the address of the current owner.
/// `new_owner` is the address of the new owner. It will be the zero address if the ownership
/// is being renounced.
/// `new_owner` is the address of the pending owner.
#[derive(Drop, PartialEq, starknet::Event)]
pub struct OwnershipTransferStarted {
#[key]
Expand Down

0 comments on commit 014a180

Please sign in to comment.