Closed kylezs closed 3 days ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 71%. Comparing base (
a2fcb8f
) to head (20e036f
). Report is 1 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Pull Request
Checklist
Please conduct a thorough self-review before opening the PR.
Summary
The docs here: https://paritytech.github.io/polkadot-sdk/master/frame_support/storage/trait.IterableStorageMap.html#tymethod.iter_keys say you shouldn't remove when iterating, so even though it's probably ok, best not to.