Skip to content

Commit

Permalink
Cut PrivateVoteTally from REST
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikhail Zabaluev committed Oct 16, 2020
1 parent 49e2923 commit 88a3c9e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions jormungandr/src/rest/v0/logic.rs
Original file line number Diff line number Diff line change
Expand Up @@ -199,8 +199,7 @@ async fn create_stats(context: &Context) -> Result<Option<NodeStats>, Error> {
| Fragment::OldUtxoDeclaration(_)
| Fragment::UpdateProposal(_)
| Fragment::UpdateVote(_)
| Fragment::EncryptedVoteTally(_)
| Fragment::PrivateVoteTally(_) => return Ok(()),
| Fragment::EncryptedVoteTally(_) => return Ok(()),
}?;
block_tx_count += 1;
block_input_sum = (block_input_sum + total_input)?;
Expand Down

0 comments on commit 88a3c9e

Please sign in to comment.