mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-18 13:17:55 +02:00
s/ConsensusParamEntry/DynaFedParamEntry/
This commit is contained in:
parent
642260a126
commit
15996384d4
10 changed files with 33 additions and 33 deletions
|
|
@ -41,7 +41,7 @@ std::string CBlock::ToString() const
|
|||
return s.str();
|
||||
}
|
||||
|
||||
uint256 ConsensusParamEntry::CalculateRoot() const
|
||||
uint256 DynaFedParamEntry::CalculateRoot() const
|
||||
{
|
||||
if (IsNull()) {
|
||||
return uint256();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue