Skip to content

Commit 3a5f90b

Browse files
committed
changeFeeRecipient() comment updated
1 parent e2599fa commit 3a5f90b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

contracts/standard/arbitration/MultipleArbitrableTransactionWithFee.sol

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,6 @@ contract MultipleArbitrableTransactionWithFee is IArbitrable {
154154

155155
/** @dev Change Fee Recipient.
156156
* @param _newFeeRecipient Address of the new Fee Recipient.
157-
* @return _status true when suceessful, false otherwise.
158157
*/
159158
function changeFeeRecipient(address _newFeeRecipient) public {
160159
require(msg.sender == feeRecipient, "The caller must be the current Fee Recipient");

0 commit comments

Comments
 (0)