kleros/kleros-interaction

Consistently emit Payment events

Closed this issue · 3 comments

emit Payment(_transactionID, _amount, msg.sender);

emit Payment(_transactionID, _amountReimbursed, msg.sender);

Here there is no Payment event:

/** @dev To be emitted when a party pays or reimburses the other.

HMMM... Executing a transaction does not emit any events.

I agree that event name is a bit misleading. But the intention is to use it for pay and reimburse functions.