Skip to content

Commit 3462a50

Browse files
committed
fix build
1 parent 52db34b commit 3462a50

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/jormungandr/jcli/src/jcli_lib/vote/tally/decrypt_tally.rs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ use jormungandr_lib::{
1010
interfaces::{PrivateTallyState, Tally},
1111
};
1212
use rayon::prelude::*;
13-
use serde::Serialize;
1413
use std::{convert::TryInto, path::PathBuf};
1514

1615
#[derive(Parser)]
@@ -37,11 +36,6 @@ pub struct TallyVotePlanWithAllShares {
3736
output_format: OutputFormat,
3837
}
3938

40-
#[derive(Serialize)]
41-
struct Output {
42-
result: Vec<u64>,
43-
}
44-
4539
impl TallyVotePlanWithAllShares {
4640
pub fn exec(&self) -> Result<(), Error> {
4741
let mut vote_plan =

0 commit comments

Comments
 (0)