Skip to content

Commit 537e53f

Browse files
Update src/lib/mina/transaction.ts
Co-authored-by: Anaïs Querol <[email protected]>
1 parent e282a1e commit 537e53f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/mina/transaction.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ type Transaction<
124124
* // Waits for some time and decide to resend with a higher fee
125125
*
126126
* tx.setFee(newFee);
127-
* await tx.sing([privateKey]).prove();
127+
* await tx.sign([privateKey]).prove();
128128
* await tx.send();
129129
* ```
130130
*/

0 commit comments

Comments
 (0)