Remove redundant `is_none()` check
authorElias Rohrer <ero@tnull.de>
Mon, 5 Sep 2022 10:18:30 +0000 (12:18 +0200)
committerElias Rohrer <ero@tnull.de>
Mon, 5 Sep 2022 10:18:30 +0000 (12:18 +0200)
We don't need to check the same iterator twice. And, as at this point
pubkey will always be `Some(..)`, we don't need to check it either.
We therefore can just remove the first part of the condition.


No differences found