mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-01-30 17:48:03 -05:00
feat: payload future also sync (#5073)
This commit is contained in:
@@ -314,7 +314,7 @@ where
|
||||
}
|
||||
|
||||
type PayloadFuture =
|
||||
Pin<Box<dyn Future<Output = Result<Arc<BuiltPayload>, PayloadBuilderError>> + Send>>;
|
||||
Pin<Box<dyn Future<Output = Result<Arc<BuiltPayload>, PayloadBuilderError>> + Send + Sync>>;
|
||||
|
||||
/// Message type for the [PayloadBuilderService].
|
||||
enum PayloadServiceCommand {
|
||||
|
||||
Reference in New Issue
Block a user