|
|
@@ -300,7 +300,7 @@ where
|
|
|
}
|
|
|
|
|
|
async fn get_proof_ys_by_quote_id(
|
|
|
- &self,
|
|
|
+ &mut self,
|
|
|
quote_id: &QuoteId,
|
|
|
) -> Result<Vec<PublicKey>, Self::Err> {
|
|
|
Ok(query(
|
|
|
@@ -327,7 +327,7 @@ where
|
|
|
}
|
|
|
|
|
|
async fn get_proof_ys_by_operation_id(
|
|
|
- &self,
|
|
|
+ &mut self,
|
|
|
operation_id: &uuid::Uuid,
|
|
|
) -> Result<Vec<PublicKey>, Self::Err> {
|
|
|
Ok(query(
|