mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
fmt: run nightly-2023-10-15 and remove semicolons (#6035)
This commit is contained in:
@ -109,7 +109,7 @@ impl ExecutionPayloadValidator {
|
||||
|
||||
if !cancun_active && block.has_blob_transactions() {
|
||||
// cancun not active but blob transactions present
|
||||
return Err(PayloadError::PreCancunBlockWithBlobTransactions);
|
||||
return Err(PayloadError::PreCancunBlockWithBlobTransactions)
|
||||
}
|
||||
|
||||
// Ensure the hash included in the payload matches the block hash
|
||||
|
||||
Reference in New Issue
Block a user