Skip to content

Commit

Permalink
Update formatting and tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
Phanco committed Jan 17, 2024
1 parent 2a0a7fa commit 646fc49
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion packages/tree-builder/src/interface.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ export interface MerkleTree {

/*
*** Not used in Mainnet ***
*/ export interface ExampleKey {
*/
export interface ExampleKey {
address: string;
keyPath: string;
publicKey: string;
Expand Down
1 change: 0 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
"newLine": "lf",
"noFallthroughCasesInSwitch": true,
"noImplicitReturns": true,
"noImplicitAny": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"pretty": true,
Expand Down

0 comments on commit 646fc49

Please sign in to comment.