Skip to content

Commit

Permalink
edit docs for Secondary
Browse files Browse the repository at this point in the history
  • Loading branch information
frangio committed May 21, 2019
1 parent 00d7a00 commit 82980f5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions contracts/ownership/Secondary.sol
Expand Up @@ -6,6 +6,9 @@ pragma solidity ^0.5.0;
contract Secondary {
address private _primary;

/**
* @dev Emitted when the primary contract changes.
*/
event PrimaryTransferred(
address recipient
);
Expand Down

0 comments on commit 82980f5

Please sign in to comment.