We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62af66e commit 3fe630eCopy full SHA for 3fe630e
1 file changed
bin/remote-prover/src/server/prover.rs
@@ -31,7 +31,7 @@ impl Prover {
31
}
32
33
34
- /// Proves a [`ProofRequest`] using the appropriate prover implementation as specified during
+ /// Proves a [`proto::ProofRequest`] using the appropriate prover implementation as specified during
35
/// construction.
36
pub fn prove(&self, request: proto::ProofRequest) -> Result<proto::Proof, tonic::Status> {
37
match self {
0 commit comments