mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
feat: make block <-> payload conversions generic over transaction (#13389)
This commit is contained in:
@ -2061,7 +2061,7 @@ mod tests {
|
||||
// consensus engine is still idle because no FCUs were received
|
||||
let _ = env
|
||||
.send_new_payload(
|
||||
block_to_payload_v1(SealedBlock::default()),
|
||||
block_to_payload_v1(SealedBlock::<_>::default()),
|
||||
ExecutionPayloadSidecar::none(),
|
||||
)
|
||||
.await;
|
||||
|
||||
Reference in New Issue
Block a user