Skip to content

Commit

Permalink
feat(Finance): Added reference to @notice string for newPayment (#629)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkGeeRomano authored and sohkai committed Jan 18, 2019
1 parent 12a6c32 commit fa6e646
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/finance/contracts/Finance.sol
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ contract Finance is EtherTokenConstant, IsContract, AragonApp {
}

/**
* @notice Create a new payment of `@tokenAmount(_token, _amount)` to `_receiver``_maxRepeats > 0 ? ', executing ' + _maxRepeats + ' times at intervals of ' + @transformTime(_interval) : ''`
* @notice Create a new payment of `@tokenAmount(_token, _amount)` to `_receiver``_maxRepeats > 0 ? ', executing ' + _maxRepeats + ' times at intervals of ' + @transformTime(_interval) : ''`, for '`_reference`'
* @param _token Address of token for payment
* @param _receiver Address that will receive payment
* @param _amount Tokens that are payed every time the payment is due
Expand Down

0 comments on commit fa6e646

Please sign in to comment.