From 277aab9a229676e03125453b2b2bcf5b21444d84 Mon Sep 17 00:00:00 2001 From: CryptoManiac Date: Tue, 29 Mar 2016 04:51:35 +0300 Subject: [PATCH] Remove senseless comparison. --- src/key.cpp | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/src/key.cpp b/src/key.cpp index 20ea691..45270a0 100644 --- a/src/key.cpp +++ b/src/key.cpp @@ -561,8 +561,6 @@ bool CPubKey::VerifyCompact(uint256 hash, const std::vector& vchS CPubKey key; if (!key.SetCompactSignature(hash, vchSig)) return false; - if ((*this) != key) - return false; return true; } -- 1.7.1