Skip to content

Commit

Permalink
fix: lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hcho112 committed Sep 6, 2022
1 parent 8a8f205 commit a89f33e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/near-api-js/src/account.ts
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ export class Account {
const accessKey = {
...rawAccessKey,
nonce: new BN(rawAccessKey.nonce),
}
};
// this function can be called multiple times and retrieve the same access key
// this checks to see if the access key was already retrieved and cached while
// the above network call was in flight. To keep nonce values in line, we return
Expand Down

0 comments on commit a89f33e

Please sign in to comment.