Skip to content

Commit 8707747

Browse files
committed
Viz
1 parent 2e82bac commit 8707747

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • fastcrypto-tbls/src/threshold_schnorr

fastcrypto-tbls/src/threshold_schnorr/avid.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ impl Avid {
9191
/// production callers pass `|_| {}`.
9292
/// Fails if any of the payloads are empty.
9393
#[cfg_attr(not(test), allow(unused_variables, unused_mut))]
94-
pub(super) fn disperse_with_mutation(
94+
pub fn disperse_with_mutation(
9595
&self,
9696
payloads_by_recipient: &BTreeMap<PartyId, Vec<u8>>,
9797
mutate: impl FnOnce(&mut BTreeMap<PartyId, Vec<Vec<Shard>>>),

0 commit comments

Comments
 (0)