mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
refactor(consensus, evm): move post-execution validation to consensus (#8321)
This commit is contained in:
@ -151,7 +151,7 @@ where
|
||||
return Some(batch_response_error(
|
||||
Id::Null,
|
||||
reject_too_big_request(max_request_body_size as u32),
|
||||
));
|
||||
))
|
||||
}
|
||||
|
||||
// Single request or notification
|
||||
|
||||
@ -871,7 +871,7 @@ mod tests {
|
||||
// and you might want to do something smarter if it's
|
||||
// critical that "the most recent item" must be sent when it is produced.
|
||||
if sink.send(notif).await.is_err() {
|
||||
break Ok(());
|
||||
break Ok(())
|
||||
}
|
||||
|
||||
closed = c;
|
||||
|
||||
Reference in New Issue
Block a user