Skip to content

Commit

Permalink
Fix hash key (#152)
Browse files Browse the repository at this point in the history
  • Loading branch information
aurexav authored Dec 21, 2022
1 parent 893a46e commit 22e95f7
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions tool/state-processor/src/system/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -121,12 +121,7 @@ impl Processor {
} else {
a.nonce = 0;

self.shell_state.insert_value(
b"AccountMigration",
b"Accounts",
&array_bytes::bytes2hex("", subhasher::blake2_128_concat(k)),
a,
);
self.shell_state.insert_value(b"AccountMigration", b"Accounts", &k, a);
}
});

Expand Down

0 comments on commit 22e95f7

Please sign in to comment.