onflow/flow-core-contracts

Replace `while` loop with `for` loop once references are allowed

Opened this issue · 0 comments

Issue To Be Solved

As discussed in #382 (comment), The code had to be rewritten using a while loop, because references are not allowed in the for-loop.

Suggest A Solution

Revert this change once references are allowed to be used in for loop: onflow/cadence#2784