We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 893a46e commit 22e95f7Copy full SHA for 22e95f7
1 file changed
tool/state-processor/src/system/mod.rs
@@ -121,12 +121,7 @@ impl Processor {
121
} else {
122
a.nonce = 0;
123
124
- self.shell_state.insert_value(
125
- b"AccountMigration",
126
- b"Accounts",
127
- &array_bytes::bytes2hex("", subhasher::blake2_128_concat(k)),
128
- a,
129
- );
+ self.shell_state.insert_value(b"AccountMigration", b"Accounts", &k, a);
130
}
131
});
132
0 commit comments