Coordinator shouldn't construct the keypair, verifier can.

This commit is contained in:
Sean Bowe 2016-09-19 10:48:31 -06:00
parent a66949d24a
commit 486f06ae79
No known key found for this signature in database
GPG Key ID: 95684257D8F8B031
1 changed files with 1 additions and 7 deletions

View File

@ -230,13 +230,7 @@ impl ConnectionHandler {
}
}
info!("MPC complete, producing keypair.");
let kp = keypair(&cs, &stage1, &stage2, &stage3);
kp.write_to_disk();
info!("Keypair written to disk.");
info!("MPC complete, flushing transcript to disk.");
transcript.flush().unwrap();