Skip to content

Commit

Permalink
chore: add missing files
Browse files Browse the repository at this point in the history
  • Loading branch information
gtsonevv committed Jan 4, 2024
1 parent 272d66b commit 49a17f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 164 deletions.
2 changes: 1 addition & 1 deletion packages/accounts/src/account.ts
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ export class Account {
// store nonce as BigInt to preserve precision on big number
const accessKey = {
...rawAccessKey,
nonce: BigInt(rawAccessKey.nonce)
nonce: BigInt(rawAccessKey.nonce || 0)
};
// 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
Expand Down
164 changes: 1 addition & 163 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 49a17f4

Please sign in to comment.