Skip to content

Commit

Permalink
806 fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kladkogex committed Apr 29, 2024
1 parent ab98406 commit f8a7baa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chains/Schain.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ Schain::Schain(weak_ptr<Node> _node, schain_index _schainIndex, const schain_id
getNode()->getPatchTimestamps().at("verifyDaSigsPatchTimestamp");
}

if (getNode()->getPatchTimestamps().count("verifyDaSigsPatchTimestamp") > 0) {
if (getNode()->getPatchTimestamps().count("fastConsensusPatchTimestamp") > 0) {
this->fastConsensusPatchTimestampS =
getNode()->getPatchTimestamps().at("fastConsensusPatchTimestamp");
}
Expand Down

0 comments on commit f8a7baa

Please sign in to comment.