You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
expect(err.message).equals("Error occurred while verifying signed payload: Peer ID doesn't match libp2p public key.")
91
+
expect(err.message).equals(`Error occurred while verifying signed payload: Payload identity key ${peerB.toString()} does not match expected remote peer ${fakePeer.toString()}`)
expect(err.message).equals("Error occurred while verifying signed payload: Peer ID doesn't match libp2p public key.")
123
+
expect(err.message).equals(`Error occurred while verifying signed payload: Payload identity key ${peerA.toString()} does not match expected remote peer ${fakePeer.toString()}`)
0 commit comments