Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
p2p: reduce the scope of variable dialPubkey (#24385)
dialPubkey isn't used anywhere else after dialDest.Load, so it should be safe to restrict its scope to the if clause.
- Loading branch information