From 0fa57a5fdc8423f4f6d97260f65f6b6c9dc65700 Mon Sep 17 00:00:00 2001 From: woodser Date: Wed, 28 Feb 2024 07:33:16 -0500 Subject: [PATCH] bump havenod version to 1.0.19 --- 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 e2c98fcc..2e4b6154 100644 --- a/src/HavenoClient.test.ts +++ b/src/HavenoClient.test.ts @@ -334,7 +334,7 @@ const TestConfig = { testDataDir: "./testdata", haveno: { path: "../haveno", - version: "1.0.18" + version: "1.0.19" }, monerod: { url: "http://localhost:" + getNetworkStartPort() + "8081", // 18081, 28081, 38081 for mainnet, testnet, and stagenet, respectively