Skip to content

Commit 79edd91

Browse files
ordianAnk4n
authored andcommitted
approval-voting: use proper hash when querying session info (#1387)
1 parent 3d4089c commit 79edd91

File tree

1 file changed

+1
-1
lines changed
  • polkadot/node/core/approval-voting/src

1 file changed

+1
-1
lines changed

polkadot/node/core/approval-voting/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2350,7 +2350,7 @@ async fn process_wakeup<Context>(
23502350
match get_extended_session_info(
23512351
session_info_provider,
23522352
ctx.sender(),
2353-
block_entry.parent_hash(),
2353+
block_entry.block_hash(),
23542354
block_entry.session(),
23552355
)
23562356
.await

0 commit comments

Comments
 (0)