From 7803bfdb0a49941484e68a328dee2b1eb9de93db Mon Sep 17 00:00:00 2001 From: Chris Troutner Date: Sat, 23 May 2020 09:00:53 -0700 Subject: [PATCH] removing a comment --- test/unit/encryption.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/test/unit/encryption.js b/test/unit/encryption.js index 80dc5b4..9242348 100644 --- a/test/unit/encryption.js +++ b/test/unit/encryption.js @@ -18,9 +18,6 @@ describe("#Encryption", () => { afterEach(() => sandbox.restore()) describe("#getPubKey", () => { - // Failure address: - // bitcoincash:qpxqr2pmcverj4vukgjqssvk2zju8tp9xsgz2nqagx - it("should throw error if BCH address is not provided.", async () => { try { await bchjs.encryption.getPubKey()