From 857b57240e64b6486cb1adbd09e5ea25b8985809 Mon Sep 17 00:00:00 2001 From: Chris Troutner Date: Mon, 17 Nov 2025 07:45:52 -0800 Subject: [PATCH] Adding new fulcrum test --- test/integration/electrumx.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/test/integration/electrumx.js b/test/integration/electrumx.js index 0587c86..b4b17f7 100644 --- a/test/integration/electrumx.js +++ b/test/integration/electrumx.js @@ -367,8 +367,6 @@ describe('#ElectrumX', () => { }) }) - /* - CT 3/14/23 - This test is frequently failing in BVT due to 429 errors. describe('#sortAllTxs', () => { it('should GET transaction history for a single address', async () => { // Add delay for this endpoint. @@ -387,7 +385,7 @@ describe('#ElectrumX', () => { assert.isAbove(sortedTransactions[0].height, sortedTransactions[1].height) }) }) - */ + }) function sleep (ms) {