Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove an externally reachable unwrap (#285)
If some peer sent us a block without proof to our `RunningNode` we would try to unwrap the `udata` and panic. This commit actually handles the case and remove the panic
- Loading branch information