Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jacksondoherty committed Nov 25, 2024
1 parent 619f541 commit 910a5c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/js/helpers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export function randomStr(numChars: number): string {
}

/**
* @returns null account already has enough rent
* @returns null if account already has enough lamports to meet rent exemption
*/
export async function getReachMinRentTx(
connection: Connection,
Expand Down

0 comments on commit 910a5c1

Please sign in to comment.