You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// We also need to check we have all txs if we're only gossiping
1070
-
// tx keys.
1071
-
// TODO(psu): Figure out how to trigger handleCompleteProposal once all txs are received
1072
-
//if cs.config.GossipTransactionHashOnly {
1073
-
// if cs.ProposalBlock == nil || len(cs.blockExec.GetMissingTxs(cs.ProposalBlock.TxKeys)) != 0 {
1074
-
// cs.logger.Info("PSULOG - proposal is complete but proposal block is still nil or missing txs", "proposal", cs.Proposal)
1075
-
// if cs.ProposalBlock != nil {
1076
-
// cs.logger.Info("PSULOG proposal is complete but proposal block is still nil or missing txs", "missing txs", cs.blockExec.GetMissingTxs(cs.ProposalBlock.TxKeys))
1077
-
// }
1078
-
// return
1079
-
// } else if len(cs.blockExec.GetMissingTxs(cs.ProposalBlock.TxKeys)) != 0 {
1080
-
// cs.logger.Info("PSULOG - received all proposal blocks but still missing txs")
0 commit comments