Skip to content

Commit

Permalink
add
Browse files Browse the repository at this point in the history
  • Loading branch information
ratankaliani committed Dec 20, 2024
1 parent 32e26f9 commit 07c2f4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/sdk/src/network/prove.rs
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ impl<'a> NetworkProveBuilder<'a> {
/// the simulation step locally.
///
/// The cycle limit ensures that a prover on the network will stop generating a proof once the
/// cycle limit is reached, which prevents `DoS` attacks.
/// cycle limit is reached, which prevents denial of service attacks.
///
/// # Example
/// ```rust,no_run
Expand Down

0 comments on commit 07c2f4e

Please sign in to comment.