Trace comment on new block inclusion (#100)
This commit is contained in:
@@ -95,6 +95,7 @@ pub mod blocks {
|
||||
type Unverified = Unverified;
|
||||
type Verified = PreverifiedBlock;
|
||||
|
||||
// t_nb 4.0 verify_block_basic
|
||||
fn create(
|
||||
input: Self::Input,
|
||||
engine: &dyn EthEngine,
|
||||
@@ -113,6 +114,7 @@ pub mod blocks {
|
||||
}
|
||||
}
|
||||
|
||||
// t_nb 5.0 verify standalone block
|
||||
fn verify(
|
||||
un: Self::Unverified,
|
||||
engine: &dyn EthEngine,
|
||||
|
||||
Reference in New Issue
Block a user