mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore(rpc): remove parent beacon root from conversion functions (#10090)
This commit is contained in:
@ -27,7 +27,6 @@ fn transform_block<F: FnOnce(Block) -> Block>(src: SealedBlock, f: F) -> Executi
|
||||
withdrawals: transformed.withdrawals,
|
||||
requests: transformed.requests,
|
||||
})
|
||||
.0
|
||||
}
|
||||
|
||||
#[test]
|
||||
|
||||
Reference in New Issue
Block a user