Verify payload in stage 1

This commit is contained in:
morrigan
2019-12-02 13:18:31 +01:00
parent 7b03a3df3b
commit bf9ae90a5e
4 changed files with 11 additions and 8 deletions

View File

@ -31,7 +31,7 @@ describe("Handshake", () => {
await handshakeResponder.propose();
await handshakeResponder.exchange();
await handshakeInitator.exchange();
await handshakeInitator.exchange(peerB.pubKey.marshal());
await handshakeInitator.finish();
await handshakeResponder.finish();