Merge ElementsProject/elements#1075: Remove obsolete comment after a06aac152a

a58b3b7ab3 Remove obsolete comment after a06aac152a (Pablo Greco)

Pull request description:

  Leftover change from https://github.com/ElementsProject/elements/pull/1062

Top commit has no ACKs.

Tree-SHA512: 6334848e697cf7d0a0b4aeb9d224994924338fb242c9fca0b280a8db71225d7eea976f606cf9a300d70aa26b38a361f0b44edb69e337e438fc6b4d25e143bd7b
This commit is contained in:
Steven Roose 2021-11-26 15:19:07 +00:00
commit 7d83cc0089
No known key found for this signature in database
GPG key ID: 2F2A88D7F8D68E87

View file

@ -1981,7 +1981,6 @@ int32_t ComputeBlockVersion(const CBlockIndex* pindexPrev, const Consensus::Para
}
}
// Undo default signalling behavior for dynafed unless explicitly enabled.
if (!gArgs.GetBoolArg("-con_dyna_deploy_signal", true)) {
auto dynafed = Consensus::DeploymentPos::DEPLOYMENT_DYNA_FED;
int bit = params.vDeployments[dynafed].bit;