diff --git a/ot/mpz-ot-core/src/ferret/mpcot/receiver_regular.rs b/ot/mpz-ot-core/src/ferret/mpcot/receiver_regular.rs index c7e47a68..2b226108 100644 --- a/ot/mpz-ot-core/src/ferret/mpcot/receiver_regular.rs +++ b/ot/mpz-ot-core/src/ferret/mpcot/receiver_regular.rs @@ -134,7 +134,7 @@ impl Receiver { counter: self.state.counter + 1, }, }; - + Ok((receiver, res)) } }