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/getaccount #1493

Merged
merged 7 commits into from
Nov 26, 2024
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
fix test build
FlorianHuc committed Nov 12, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit a25752c290aca7a3bb9d08f957ce009576f74815
Original file line number Diff line number Diff line change
@@ -225,7 +225,7 @@ private static void initWorldUpdater(WorldUpdater world, final ConflationSnapsho
// Initialise storage
for (StorageSnapshot s : conflation.storage()) {
world
.get(Words.toAddress(Bytes.fromHexString(s.address())))
.getAccount(Words.toAddress(Bytes.fromHexString(s.address())))
.setStorageValue(UInt256.fromHexString(s.key()), UInt256.fromHexString(s.value()));
}
}