Skip to content

Commit

Permalink
Fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan-mysten committed Oct 6, 2024
1 parent eb7eeca commit c2a69d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/sui-graphql-client/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -686,7 +686,7 @@ impl Client {
// Dry Run API
// ===========================================================================

/// Dry run a [`Transaction`] and return the transaction.
/// Dry run a [`Transaction`] and return the transaction effects and dry run error (if any).
///
/// `skipChecks` optional flag disables the usual verification checks that prevent access to
/// objects that are owned by addresses other than the sender, and calling non-public,
Expand All @@ -702,7 +702,7 @@ impl Client {
self.dry_run(tx_bytes, skip_checks, None).await
}

/// Dry run a [`TransactionKind`] and return the transaction.
/// Dry run a [`TransactionKind`] and return the transaction effects and dry run error (if any).
///
/// `skipChecks` optional flag disables the usual verification checks that prevent access to
/// objects that are owned by addresses other than the sender, and calling non-public,
Expand Down

0 comments on commit c2a69d5

Please sign in to comment.