mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore: require enginetypes 'static (#9645)
This commit is contained in:
@ -27,6 +27,7 @@ pub trait EngineTypes:
|
||||
+ TryInto<Self::ExecutionPayloadV4>,
|
||||
> + DeserializeOwned
|
||||
+ Serialize
|
||||
+ 'static
|
||||
{
|
||||
/// Execution Payload V1 type.
|
||||
type ExecutionPayloadV1: DeserializeOwned + Serialize + Clone + Unpin + Send + Sync + 'static;
|
||||
|
||||
Reference in New Issue
Block a user