• Bastian Köcher's avatar
    Make `produce_candidate` return an `Option` (#1309) · 39a36052
    Bastian Köcher authored
    * Make `produce_candidate` return an `Option`
    
    Instead of `produce_candidate` returning a `Result`, it should return an
    `Option`. The only supported error was `InvalidHead` anyway and Cumulus
    will take care to print appropriate information on what failed and
    Polkadot can just ignore it.
    
    * Fix warning
    39a36052