makoto / blockparty

NO BLOCK NO PARTY
MIT License
164 stars 41 forks source link

Refactor `payback` function #60

Closed makoto closed 7 years ago

makoto commented 7 years ago

The current payback function may run out of gas as it iterates through all participants and mark paid. Come up with optimal solution so that it can scale.

makoto commented 7 years ago

Fiexed at https://github.com/makoto/blockparty/pull/74