Skip to content
  • Bastian Köcher's avatar
    Wait for block import in parachain consensus (#271) · 9dc7cc57
    Bastian Köcher authored
    * Wait for block import in parachain consensus
    
    There was a bug in the parachain consensus that when importing a relay
    chain block that sets a new best parachain block, but the required
    parachain block was not yet imported. This pr fixes this by waiting for
    the block to be imported.
    
    * Finish docs
    9dc7cc57