Closed Nashtare closed 1 year ago
Base: 87.25% // Head: 87.25% // No change to project coverage :thumbsup:
Coverage data is based on head (
89c2cf1
) compared to base (4a9987c
). Patch has no changes to coverable lines.
:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.
You could also remove comment //
from:
Lines 80-85
//! // send_to_bob(alice);
//! // send_to_carol(alice);
//! // send_to_alice(bob);
//! // send_to_carol(bob);
//! // send_to_alice(carol);
//! // send_to_bob(carol);
Lines 215-216
//! // send_to_bob(alice_their_encrypted_secret_shares[0]);
//! // send_to_carol(alice_their_encrypted_secret_shares[1]);
This PR cleans-up code snippets, following @atanmarko's suggestion.