From f82db2db29c8231b0a44711edbfaa2313d40e373 Mon Sep 17 00:00:00 2001 From: woodser Date: Wed, 7 Aug 2024 07:14:07 -0400 Subject: [PATCH] test havenod 1.0.10 --- 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 8a52f15e..1adbe3c1 100644 --- a/src/HavenoClient.test.ts +++ b/src/HavenoClient.test.ts @@ -355,7 +355,7 @@ const TestConfig = { testDataDir: "./testdata", haveno: { path: "../haveno", - version: "1.0.9" + version: "1.0.10" }, monerod: { url: "http://localhost:" + getNetworkStartPort() + "8081", // 18081, 28081, 38081 for mainnet, testnet, and stagenet, respectively