From 099dbe4bb920e23de7783ad2d17f8f4d06a0202c Mon Sep 17 00:00:00 2001 From: instagibbs Date: Fri, 3 Jun 2016 10:05:51 -0400 Subject: [PATCH] comment nit: miners don't vote --- src/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main.cpp b/src/main.cpp index 809693475..39df28b91 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -2109,8 +2109,8 @@ bool CheckInputs(const CTransaction& tx, CValidationState &state, const CCoinsVi // such nodes as they are not following the protocol. That // said during an upgrade careful thought should be taken // as to the correct behavior - we may want to continue - // peering with non-upgraded nodes even after a soft-fork - // super-majority vote has passed. + // peering with non-upgraded nodes even after soft-fork + // super-majority signaling has occurred. return state.DoS(100,false, REJECT_INVALID, strprintf("mandatory-script-verify-flag-failed (%s)", ScriptErrorString(check.GetScriptError()))); } }