Skip to content

Commit

Permalink
fix linting errors
Browse files Browse the repository at this point in the history
  • Loading branch information
baryon2 committed Jul 1, 2024
1 parent 3c335a5 commit 94dc1bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ export * from './crypto/ecc/secp256k1';
export * from './crypto/hashes/hashes';
export * from './utils/init-crypto';
export * from './key/wallet-utils';
export * from './utils/get-hdpath'
export * from './utils/get-hdpath';

0 comments on commit 94dc1bd

Please sign in to comment.