aktionariat / contracts

The public repository for all smart contracts used by Aktionariat.
Other
11 stars 11 forks source link

Fix cost on trade event when multiple people buy at the same time #111

Closed rube-de closed 1 year ago

rube-de commented 1 year ago

If multiple people buy via bank transfer at the same time the cost param in the trade event isn't calculated correct. The notifiedTraded function needs to be enhanced for this use case.

luziusmeisser commented 1 year ago

Related: https://github.com/aktionariat/backend/issues/440