Skip to content

Commit c782b28

Browse files
author
Alexander Avramenko
committed
Remove debugging temp. code
1 parent 76d09fb commit c782b28

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

solver/src/solvercore.cpp

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -446,12 +446,7 @@ void SolverCore::spawn_next_round(const cs::PublicKeys& nodes, const cs::Packets
446446
const auto lastHashBin = deferredBlock_.hash().to_binary();
447447

448448
std::copy(lastHashBin.cbegin(), lastHashBin.cend(), stage3.blockHash.begin());
449-
if (stage3.sender == 1 && conveyer.currentRoundNumber() > 10) {
450-
stage3.blockSignature = Zero::signature;
451-
}
452-
else {
453-
stage3.blockSignature = cscrypto::generateSignature(private_key, stage3.blockHash.data(), stage3.blockHash.size());
454-
}
449+
stage3.blockSignature = cscrypto::generateSignature(private_key, stage3.blockHash.data(), stage3.blockHash.size());
455450

456451

457452
//pnode->prepareRoundTable(table, poolMetaInfo, stage3);

0 commit comments

Comments
 (0)