approval-voting: use proper hash when querying session info (#1387)

This commit is contained in:
ordian
2023-09-04 16:48:12 +02:00
committed by GitHub
parent 2f242e0792
commit 89bfdb15da
@@ -2350,7 +2350,7 @@ async fn process_wakeup<Context>(
match get_extended_session_info(
session_info_provider,
ctx.sender(),
block_entry.parent_hash(),
block_entry.block_hash(),
block_entry.session(),
)
.await