Skip to content

Commit e39dc69

Browse files
committed
comment nit: miners don't vote
1 parent 8c1e49b commit e39dc69

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1886,8 +1886,8 @@ bool CheckInputs(const CTransaction& tx, CValidationState &state, const CCoinsVi
18861886
// such nodes as they are not following the protocol. That
18871887
// said during an upgrade careful thought should be taken
18881888
// as to the correct behavior - we may want to continue
1889-
// peering with non-upgraded nodes even after a soft-fork
1890-
// super-majority vote has passed.
1889+
// peering with non-upgraded nodes even after soft-fork
1890+
// super-majority signaling has occurred.
18911891
return state.DoS(100,false, REJECT_INVALID, strprintf("mandatory-script-verify-flag-failed (%s)", ScriptErrorString(check.GetScriptError())));
18921892
}
18931893
}

0 commit comments

Comments
 (0)