Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix crash while removing values from maps containing complex types #2225

Merged
merged 6 commits into from
Feb 4, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Typo
bzawisto committed Jan 24, 2025
commit b0dc62114df0f24bf10de320a8c8d191285cbef2
2 changes: 1 addition & 1 deletion zilliqa/src/scilla.rs
Original file line number Diff line number Diff line change
@@ -931,7 +931,7 @@ impl ActiveCall {
} else {
// Remove multiple elements from storage having the same prefix specified by `indices`

// Collect all paths of indexes up to a value that is not of a map type
// Collect all paths of indices up to a value that is not of a map type
fn collect_indices(
map: BTreeMap<Vec<u8>, StorageValue>,
path: Vec<Vec<u8>>,
Loading