chore(rpc): remove parent beacon root from conversion functions (#10090)

This commit is contained in:
Roman Krasiuk
2024-08-05 08:36:33 -07:00
committed by GitHub
parent 6f8cba6bc0
commit 5a8a7bc8e7
6 changed files with 17 additions and 20 deletions

View File

@ -27,7 +27,6 @@ fn transform_block<F: FnOnce(Block) -> Block>(src: SealedBlock, f: F) -> Executi
withdrawals: transformed.withdrawals,
requests: transformed.requests,
})
.0
}
#[test]