Skip to content

Commit

Permalink
Update src/lib/mina/transaction.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Anaïs Querol <[email protected]>
  • Loading branch information
Geometer1729 and querolita authored Jan 14, 2025
1 parent e282a1e commit 537e53f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/mina/transaction.ts
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ type Transaction<
* // Waits for some time and decide to resend with a higher fee
*
* tx.setFee(newFee);
* await tx.sing([privateKey]).prove();
* await tx.sign([privateKey]).prove();
* await tx.send();
* ```
*/
Expand Down

0 comments on commit 537e53f

Please sign in to comment.