cryptonative-ch/aqua-smartcontracts

Rename `amounts` in `ParticipantList.AmountsUpdated` `ParticipantList.AmountUpdated`

Opened this issue · 0 comments

It is a singular variable.

    event AmountsUpdated(address indexed account, uint256 amounts);

to

    event AmountUpdated(address indexed account, uint256 amount);