Unverified Commit 39a36052 authored by Bastian Köcher's avatar Bastian Köcher Committed by GitHub
Browse files

Make `produce_candidate` return an `Option` (#1309)

* 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
parent ff6dc9a9
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