File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -332,7 +332,7 @@ \subsection{DAO} \label{DAO}
332332 ) returns (bool _success);
333333 function splitDAO(
334334 uint _proposalID,
335- address _newServiceProvider
335+ address _newCurator
336336 ) returns (bool _success);
337337 function newContract(address _newContract);
338338 function changeAllowedRecipients(address _recipient, bool _allowed) external returns (bool _success);
@@ -355,12 +355,12 @@ \subsection{DAO} \label{DAO}
355355 uint indexed proposalID,
356356 address recipient,
357357 uint amount,
358- bool newServiceProvider ,
358+ bool newCurator ,
359359 string description
360360 );
361361 event Voted(uint indexed proposalID, bool position, address indexed voter);
362362 event ProposalTallied(uint indexed proposalID, bool result, uint quorum);
363- event NewServiceProvider (address indexed _newServiceProvider );
363+ event NewCurator (address indexed _newCurator );
364364 event AllowedRecipientAdded(address indexed _recipient);
365365}
366366
You can’t perform that action at this time.
0 commit comments