Skip to content

Commit

Permalink
chore: fix cargo doc errors
Browse files Browse the repository at this point in the history
  • Loading branch information
dafnamatsry committed Jul 17, 2024
1 parent d852ea1 commit cb68c32
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions crates/mempool_test_utils/src/starknet_api_test_utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -243,8 +243,9 @@ impl<'a> AccountTransactionGenerator<'a> {
/// Generates an `RpcTransaction` with fully custom parameters.
///
/// Caller must manually handle bumping nonce and fetching the correct sender address via
/// [AccountTransactionGenerator::nonce] and [AccountTransactionGenerator::sender_address].
/// See [AccountTransactionGenerator::generate_default] to have these filled up by default.
/// [AccountTransactionGenerator::next_nonce] and [AccountTransactionGenerator::sender_address].
/// See [AccountTransactionGenerator::generate_default_invoke] to have these filled up by
/// default.
///
/// Note: This is a best effort attempt to make the API more useful; amend or add new methods
/// as needed.
Expand Down

0 comments on commit cb68c32

Please sign in to comment.