Skip to content

Commit a55776b

Browse files
committed
removed duplicate params docstring
1 parent 290e665 commit a55776b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sdk/src/network-client.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1611,7 +1611,6 @@ class AleoNetworkClient {
16111611
* Submit a `ProvingRequest` to a remote proving service for delegated proving. If the broadcast flag of the `ProvingRequest` is set to `true` the remote service will attempt to broadcast the result `Transaction` on behalf of the requestor.
16121612
*
16131613
* @param {DelegatedProvingParams} options - The optional parameters required to submit a proving request.
1614-
* @param {DelegatedProvingParams} options - The optional parameters required to submit a proving request.
16151614
* @returns {Promise<ProvingResponse>} The ProvingResponse containing the transaction result and the result of the broadcast if the `broadcast` flag was set to `true`.
16161615
*/
16171616
async submitProvingRequest(options: DelegatedProvingParams): Promise<ProvingResponse> {

0 commit comments

Comments
 (0)