whitespace
[ci:skip] Former-commit-id: 674566eeb7b065056f408e5ceeba7ec887a2c82d
This commit is contained in:
parent
2255b389cc
commit
094fad1155
@ -496,8 +496,7 @@ fn rebuild_accounts(
|
|||||||
account_chunk: &[&[u8]],
|
account_chunk: &[&[u8]],
|
||||||
out_chunk: &mut [(H256, Bytes)],
|
out_chunk: &mut [(H256, Bytes)],
|
||||||
known_code: &HashMap<H256, H256>,
|
known_code: &HashMap<H256, H256>,
|
||||||
) -> Result<RebuiltStatus, ::error::Error>
|
) -> Result<RebuiltStatus, ::error::Error> {
|
||||||
{
|
|
||||||
let mut status = RebuiltStatus::default();
|
let mut status = RebuiltStatus::default();
|
||||||
for (account_pair, out) in account_chunk.into_iter().zip(out_chunk) {
|
for (account_pair, out) in account_chunk.into_iter().zip(out_chunk) {
|
||||||
let account_rlp = UntrustedRlp::new(account_pair);
|
let account_rlp = UntrustedRlp::new(account_pair);
|
||||||
|
Loading…
Reference in New Issue
Block a user