From 82980f5aefbdfb8a9815a3b7b0e88e970b65dd5d Mon Sep 17 00:00:00 2001 From: Francisco Giordano Date: Tue, 21 May 2019 19:15:13 -0300 Subject: [PATCH] edit docs for Secondary --- contracts/ownership/Secondary.sol | 3 +++ 1 file changed, 3 insertions(+) diff --git a/contracts/ownership/Secondary.sol b/contracts/ownership/Secondary.sol index 7bfac0801bb..b34be41fda5 100644 --- a/contracts/ownership/Secondary.sol +++ b/contracts/ownership/Secondary.sol @@ -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 );