File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -120,15 +120,15 @@ template newPayload*(
120120 rpcClient: RpcClient ,
121121 payload: ExecutionPayloadV3 ,
122122 versionedHashes: seq [VersionedHash ],
123- parentBeaconBlockRoot: Bytes32 ): Future [PayloadStatusV1 ] =
123+ parentBeaconBlockRoot: Hash32 ): Future [PayloadStatusV1 ] =
124124 engine_newPayloadV3 (
125125 rpcClient, payload, versionedHashes, parentBeaconBlockRoot)
126126
127127template newPayload * (
128128 rpcClient: RpcClient ,
129129 payload: ExecutionPayloadV4 ,
130130 versionedHashes: seq [VersionedHash ],
131- parentBeaconBlockRoot: Bytes32 ): Future [PayloadStatusV1 ] =
131+ parentBeaconBlockRoot: Hash32 ): Future [PayloadStatusV1 ] =
132132 engine_newPayloadV4 (
133133 rpcClient, payload, versionedHashes, parentBeaconBlockRoot)
134134
You can’t perform that action at this time.
0 commit comments