mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
fix(op): empty receipts for block not counted by file client (#10581)
This commit is contained in:
@ -407,7 +407,6 @@ impl ChunkedFileReader {
|
||||
/// chunk to read.
|
||||
async fn read_next_chunk(&mut self) -> Result<Option<u64>, io::Error> {
|
||||
if self.file_byte_len == 0 && self.chunk.is_empty() {
|
||||
dbg!(self.chunk.is_empty());
|
||||
// eof
|
||||
return Ok(None)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user