Skip to content

Commit

Permalink
Removed commented code
Browse files Browse the repository at this point in the history
stanislavlyalin committed Aug 19, 2022
1 parent 641ad00 commit 998942a
Showing 1 changed file with 0 additions and 14 deletions.
Original file line number Diff line number Diff line change
@@ -181,20 +181,6 @@ object Proposer {
}
}
suppressAttestation <- nothingToFinalize ||^ waitingForSupermajorityToAttest
// // push dummy deploy if needed
// p <- BlockDagStorage[F].pooledDeploys
// _ <- dummyDeployOpt
// .traverse {
// case (privateKey, term) =>
// val deployData = ConstructDeploy.sourceDeployNow(
// source = term,
// sec = privateKey,
// vabn = nextBlockNum - 1,
// shardId = shardId
// )
// BlockDagStorage[F].addDeploy(deployData)
// }
// .whenA(p.isEmpty)
// user deploys
pooled <- BlockDagStorage[F].pooledDeploys
pooledOk <- pooled.toList

0 comments on commit 998942a

Please sign in to comment.