diff options
-rw-r--r-- | src/key.h | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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; } |