Skip to content
Commit aeb275d3 authored by Bastian Köcher's avatar Bastian Köcher Committed by GitHub
Browse files

Remove pov hash comparison when waiting on a block to announce (#396)

* Remove pov hash comparison when waiting on a block to announce

Internally we get notified on the channel for our candidate anyway.
Besides that polkadot will compress the pov which leads to a different
pov hash and thus, would lead to a failing check on the `pov_hash`.

* Fix

* Fix tests
parent b35deaed
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment