Skip to content

Commit

Permalink
Fixup jsdoc parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
Shaptic committed Oct 24, 2023
1 parent e77f436 commit 4ab63a5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/soroban/transaction.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,7 @@ import { parseRawSimulation } from './parsers';
/**
* Combines the given raw transaction alongside the simulation results.
*
* @param raw the initial transaction, w/o simulation applied
* @param networkPassphrase the network this simulation applies to (see
* {@link Networks} for options)
* @param raw the initial transaction, w/o simulation applied
* @param simulation the Soroban RPC simulation result (see
* {@link Server.simulateTransaction})
*
Expand Down

0 comments on commit 4ab63a5

Please sign in to comment.