From 15c6d8301d1c6a12d3ea40247f37f339e5783935 Mon Sep 17 00:00:00 2001 From: woodser Date: Thu, 19 Dec 2024 16:22:05 -0500 Subject: [PATCH] test havenod 1.0.16 --- src/HavenoClient.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/HavenoClient.test.ts b/src/HavenoClient.test.ts index e859be86..2f301095 100644 --- a/src/HavenoClient.test.ts +++ b/src/HavenoClient.test.ts @@ -366,7 +366,7 @@ const TestConfig = { deferralMs: 25000, haveno: { path: "../haveno", - version: "1.0.15" + version: "1.0.16" }, monerod: { url: "http://localhost:" + getNetworkStartPort() + "8081", // 18081, 28081, 38081 for mainnet, testnet, and stagenet, respectively