You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Return remaining code hashes in the batch if we couldn't fetch all of them
507
-
returnOk(batch);
507
+
Ok(batch)
508
508
}
509
509
510
510
/// Waits for incoming account hashes & storage roots from the receiver channel endpoint, queues them, and fetches and stores their bytecodes in batches
0 commit comments