From 55e0ceffc463aa7c712e366cbcf18fc2e9032b90 Mon Sep 17 00:00:00 2001 From: woodser Date: Wed, 4 Sep 2024 08:40:40 -0400 Subject: [PATCH] test havenod 1.0.11 --- 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 a8fe68f7..b2bbfc3d 100644 --- a/src/HavenoClient.test.ts +++ b/src/HavenoClient.test.ts @@ -356,7 +356,7 @@ const TestConfig = { testDataDir: "./testdata", haveno: { path: "../haveno", - version: "1.0.10" + version: "1.0.11" }, monerod: { url: "http://localhost:" + getNetworkStartPort() + "8081", // 18081, 28081, 38081 for mainnet, testnet, and stagenet, respectively