Skip to content

Commit

Permalink
fix: remove unused publicKey import
Browse files Browse the repository at this point in the history
  • Loading branch information
neekolas committed Sep 6, 2022
1 parent a74e97b commit 8a3f4fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/crypto/PrivateKey.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { privateKey, publicKey } from '@xmtp/proto'
import { privateKey } from '@xmtp/proto'
import * as secp from '@noble/secp256k1'
import Long from 'long'
import Signature from './Signature'
Expand Down

0 comments on commit 8a3f4fa

Please sign in to comment.