Skip to content
This repository has been archived by the owner on Jun 26, 2023. It is now read-only.

Commit

Permalink
Merge branch 'feat/interface-pubsub' of github.com:libp2p/js-interfac…
Browse files Browse the repository at this point in the history
…es into feat/interface-pubsub
  • Loading branch information
vasco-santos committed Aug 24, 2020
2 parents 05491ac + 956067a commit 00104ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/pubsub/sign.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ describe('message signing', () => {
})

it('should be able to extract the public key from an inlined key', async () => {
const secPeerId = await PeerId.create({ keyType: 'secp256k1', bits: 256 })
const secPeerId = await PeerId.create({ keyType: 'secp256k1' })

const message = {
from: secPeerId.id,
Expand Down

0 comments on commit 00104ec

Please sign in to comment.