StorageMap remove does not clear the key #5717
Labels
I2-bug
The node fails to follow expected behavior.
I10-unconfirmed
Issue might be valid, but it's not yet known.
Is there an existing issue?
Experiencing problems? Have you tried our Stack Exchange first?
Description of bug
Lets say we have a StorageMap like this
Lets say we insert a key and remove it later like this
When running test, this test fails (even after the removal of key, the contains key returns true)
This is inconsistent with searching for a random key, like this where it returns false correctly
Steps to reproduce
No response
The text was updated successfully, but these errors were encountered: