out of range when more than one key per value #7
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
After entering the following kv pairs I was getting out of range panics when using
rankoratRank:{ "0x000000000000000000000000c795344b1b30e3cfee1afa1d5204b141940cf445": 200, "0x00000000000000000000000021c8d946027dcada77f4dc90802ea9b906d3cce4": 268, "0x00000000000000000000000047e65bc714cd44959360ac0814a5fca0f5b07145": 268, "0x00000000000000000000000030ce3ced12f1facf02fe0da8578f809f5e4937e4": 400 }Value
268exists twice but while looping through thesmallerbecame negative.Maybe this didn't panic in older versions of solidity?