From b1e6257efe950ff031e3ce50b0e8abc55cea0537 Mon Sep 17 00:00:00 2001 From: woodser Date: Mon, 11 Dec 2023 06:09:10 -0500 Subject: [PATCH] bump havenod version to 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 eecf31d8..4ac82b90 100644 --- a/src/HavenoClient.test.ts +++ b/src/HavenoClient.test.ts @@ -329,7 +329,7 @@ const TestConfig = { testDataDir: "./testdata", haveno: { path: "../haveno", - version: "1.0.15" + version: "1.0.16" }, monerod: { url: "http://localhost:" + (getBaseCurrencyNetwork() == BaseCurrencyNetwork.XMR_LOCAL ? "4" : getNetworkStartPort()) + "8081", // 18081, 28081, 48081 for mainnet, stagenet, and local testnet, respectively