Skip to content

Commit ce9cb4b

Browse files
committed
Merge pull request #134 from rethore/master
Replace serviceProvider by newCurator in paper.tex
2 parents c0bc0b2 + 3a92a0c commit ce9cb4b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

paper/Paper.tex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)