Remove stale comment

This commit is contained in:
Dimitris Apostolou 2020-04-09 11:03:48 +03:00 committed by GitHub
parent 726bd2a2c8
commit 78ecb9a681
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 5 deletions

View File

@ -2187,11 +2187,7 @@ bool ContextualCheckInputs(
}
// Failures of other flags indicate a transaction that is
// invalid in new blocks, e.g. a invalid P2SH. We DoS ban
// 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.
// such nodes as they are not following the protocol.
return state.DoS(100,false, REJECT_INVALID, strprintf("mandatory-script-verify-flag-failed (%s)", ScriptErrorString(check.GetScriptError())));
}
}