Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix doc remove _
  • Loading branch information
rotcivegaf committed Jun 10, 2019
commit 87c1969dfa4af58a8fdf99e74f51e51ebc6fbfed
8 changes: 4 additions & 4 deletions contracts/core/diaspore/DebtEngine.sol
Original file line number Diff line number Diff line change
Expand Up @@ -394,10 +394,10 @@ contract DebtEngine is ERC721Base, Ownable {

@dev The contract takes the funds from the sender but the really payer is the _origin

@param _id Index of the debt
@param _amount The amount of the payment, valued in the Token
@param _origin The originator of the payment
@param _oracleData Data of oracle to change the currency of debt to the Token
@param id Index of the debt
@param amount The amount of the payment, valued in the Token
@param origin The originator of the payment
@param oracleData Data of oracle to change the currency of debt to the Token

@return How much was really paid valued in the currency of the debt and in the token
*/
Expand Down