s/ConsensusParamEntry/DynaFedParamEntry/

This commit is contained in:
Gregory Sanders 2019-06-14 13:14:06 -04:00
parent 642260a126
commit 15996384d4
10 changed files with 33 additions and 33 deletions

View file

@ -41,7 +41,7 @@ std::string CBlock::ToString() const
return s.str();
}
uint256 ConsensusParamEntry::CalculateRoot() const
uint256 DynaFedParamEntry::CalculateRoot() const
{
if (IsNull()) {
return uint256();