diff --git a/src/key.h b/src/key.h index bb3777e38..cf1165d3d 100644 --- a/src/key.h +++ b/src/key.h @@ -137,7 +137,9 @@ public: return Hash(vch, vch+size()); } - // just check syntactic correctness. + // Check syntactic correctness. + // + // Note that this is consensus critical as CheckSig() calls it! bool IsValid() const { return size() > 0; }